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

pub unsafe extern "C" fn os_mempool_info_get_next(
    arg1: *mut os_mempool,
    arg2: *mut os_mempool_info
) -> *mut os_mempool
[]

Get information about the next system memory pool.

Return: The next memory pool in the list to get information about, or NULL when at the last memory pool.