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

Get information about the next system memory pool.

@param mempool The current memory pool, or NULL if starting iteration. @param 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.