Skip to main content

apr_pool_initialize

Function apr_pool_initialize 

Source
pub unsafe extern "C" fn apr_pool_initialize() -> apr_status_t
Expand description

Setup all of the internal structures required to use pools @remark Programs do NOT need to call this directly. APR will call this automatically from apr_initialize. @internal