[][src]Function apache_nimble_sys::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

@param mp Pointer to the memory pool

@return void* Pointer to block if available; NULL otherwise