Function riot_sys::os_memblock_put

source ·
pub unsafe extern "C" fn os_memblock_put(
    mp: *mut os_mempool,
    block_addr: *mut c_void
) -> os_error_t
Expand description

Puts the memory block back into the pool

@param mp Pointer to memory pool @param block_addr Pointer to memory block

@return os_error_t