[−][src]Function mynewt::kernel::os::os_memblock_get
pub unsafe extern "C" fn os_memblock_get(mp: *mut os_mempool) -> *mut c_void
Get a memory block from a memory pool
mp
: Pointer to the memory pool
Return: void* Pointer to block if available; NULL otherwise