pub unsafe extern "C" fn os_memblock_get(
mp: *mut os_mempool,
) -> *mut c_void
Expand description
Get a memory block from a memory pool
@param mp Pointer to the memory pool
@return void* Pointer to block if available; NULL otherwise
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