Home
last modified time | relevance | path

Searched defs:apr_allocator_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/
H A Dapr_pools.c85 struct apr_allocator_t { struct
87 apr_uint32_t max_index;
116 #define SIZEOF_ALLOCATOR_T APR_ALIGN_DEFAULT(sizeof(apr_allocator_t)) argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_allocator.h41 typedef struct apr_allocator_t apr_allocator_t; typedef