Skip to main content

apr_pool_allocator_get

Function apr_pool_allocator_get 

Source
pub unsafe extern "C" fn apr_pool_allocator_get(
    pool: *mut apr_pool_t,
) -> *mut apr_allocator_t
Expand description

Find the pool’s allocator @param pool The pool to get the allocator from.