[][src]Function mynewt::kernel::os::os_memblock_put_from_cb

pub unsafe extern "C" fn os_memblock_put_from_cb(
    mp: *mut os_mempool,
    block_addr: *mut c_void
) -> os_error_t

Puts the memory block back into the pool, ignoring the put callback, if any. This function should only be called from a put callback to free a block without causing infinite recursion.

Return: os_error_t