Searched refs:pool_allocator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libstdcxx-104.1/src/
H A Dpool_allocator.cc36 #include <ext/pool_allocator.h>
/macosx-10.10/apr-32/apr/apr/memory/unix/
H A Dapr_pools.c964 apr_allocator_t *pool_allocator; local
970 if ((pool_allocator = allocator) == NULL) {
971 if ((pool_allocator = malloc(SIZEOF_ALLOCATOR_T)) == NULL) {
977 memset(pool_allocator, 0, SIZEOF_ALLOCATOR_T);
978 pool_allocator->max_free_index = APR_ALLOCATOR_MAX_FREE_UNLIMITED;
980 if ((node = allocator_alloc(pool_allocator,
994 pool->allocator = pool_allocator;
1012 pool_allocator->owner = pool;
1799 apr_allocator_t *pool_allocator; local
1823 if ((pool_allocator
[all...]

Completed in 121 milliseconds