Searched refs:pool_allocator (Results 1 – 12 of 12) sorted by relevance
1169 apr_allocator_t *pool_allocator; in apr_pool_create_unmanaged_ex() local1175 if ((pool_allocator = allocator) == NULL) { in apr_pool_create_unmanaged_ex()1176 if ((pool_allocator = malloc(SIZEOF_ALLOCATOR_T)) == NULL) { in apr_pool_create_unmanaged_ex()1182 memset(pool_allocator, 0, SIZEOF_ALLOCATOR_T); in apr_pool_create_unmanaged_ex()1183 pool_allocator->max_free_index = APR_ALLOCATOR_MAX_FREE_UNLIMITED; in apr_pool_create_unmanaged_ex()1185 if ((node = allocator_alloc(pool_allocator, in apr_pool_create_unmanaged_ex()1199 pool->allocator = pool_allocator; in apr_pool_create_unmanaged_ex()1217 pool_allocator->owner = pool; in apr_pool_create_unmanaged_ex()2076 apr_allocator_t *pool_allocator; in apr_pool_create_unmanaged_ex_debug() local2100 if ((pool_allocator = allocator) == NULL) { in apr_pool_create_unmanaged_ex_debug()[all …]
64 am__libstdc___la_SOURCES_DIST = bitmap_allocator.cc pool_allocator.cc \84 am__objects_4 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \339 pool_allocator.cc \
132 pool_allocator.cc \
30 SRCS+= bitmap_allocator.cc pool_allocator.cc \146 numeric numeric_traits.h pod_char_traits.h pool_allocator.h \
937 * include/ext/pool_allocator.h: Same.1092 * testsuite/ext/pool_allocator/check_delete.cc: New.1093 * testsuite/ext/pool_allocator/check_new.cc: Simplify.1310 * include/ext/pool_allocator.h: Use __builtin_expect.1316 * testsuite/ext/pool_allocator/check_allocate_max_size.cc: Likewise.1377 * include/ext/pool_allocator.h (debug_allocator::deallocate):1390 * testsuite/ext/pool_allocator/check_deallocate_null.cc: New.1495 * src/pool_allocator.cc (__pool_alloc_base::_M_allocate_chunk):1497 * testsuite/ext/pool_allocator/allocate_chunk.cc: New.1499 * include/ext/pool_allocator.h: Include <cstdlib>.[all …]
133 * testsuite/ext/pool_allocator/allocate_chunk.cc (test01):387 * src/pool_allocator.cc: Same.428 * include/ext/pool_allocator.h: Same.502 * src/pool_allocator.cc: Same.1608 * src/pool_allocator.cc (palloc_init_mutex): Same.2849 * src/pool_allocator.cc: Likewise.3154 * src/pool_allocator.cc: Likewise.3700 * include/ext/pool_allocator.h: Likewise for _S_max_bytes and
1787 * include/ext/pool_allocator.h: Same.1795 * src/pool_allocator.cc: Same.2481 * src/pool_allocator.cc: Same.2568 * src/pool_allocator.cc: Same.4137 * include/ext/pool_allocator.h: Update callers.4214 * include/ext/pool_allocator.h: Add missing std:: qualifications.4269 * ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
63 * include/ext/pool_allocator.h (class __pool_alloc): Use82 * include/ext/pool_allocator.h: Use global new and delete directly.520 include/ext/pod_char_traits.h, include/ext/pool_allocator.h,1786 * include/ext/pool_allocator.h: Adjust namespaces.4533 * include/ext/pool_allocator.h: Inhibit implicit instantiations.4576 * include/ext/pool_allocator.h: New.
540 ${ext_srcdir}/pool_allocator.h \
762 ${ext_srcdir}/pool_allocator.h \
2351 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
6695 OLD_FILES+=usr/include/c++/3.4/ext/pool_allocator.h