pub unsafe extern "C" fn os_mempool_unregister(
mp: *mut os_mempool,
) -> os_error_t
Expand description
Removes the specified mempool from the list of initialized mempools.
@param mp The mempool to unregister.
@return 0 on success; OS_INVALID_PARM if the mempool is not registered.