Home
last modified time | relevance | path

Searched refs:apr_allocator_create (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_allocator.h74 APR_DECLARE(apr_status_t) apr_allocator_create(apr_allocator_t **allocator)
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c123 APR_DECLARE(apr_status_t) apr_allocator_create(apr_allocator_t **allocator) in apr_allocator_create() function
587 if ((rv = apr_allocator_create(&global_allocator)) != APR_SUCCESS) { in apr_pool_initialize()
1825 if ((rv = apr_allocator_create(&pool_allocator)) != APR_SUCCESS) { in apr_pool_create_unmanaged_ex_debug()