[][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.

  • mempool: The current memory pool, or NULL if starting iteration.
  • info: A pointer to the structure to return memory pool information into.

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