Home
last modified time | relevance | path

Searched refs:pool_allocator (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/apr/memory/unix/
HDapr_pools.c1169 apr_allocator_t *pool_allocator; in apr_pool_create_unmanaged_ex() local
1175 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() local
2100 if ((pool_allocator = allocator) == NULL) { in apr_pool_create_unmanaged_ex_debug()
[all …]
/freebsd-11-stable/contrib/libstdc++/src/
DMakefile.in64 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 \
DMakefile.am132 pool_allocator.cc \
/freebsd-11-stable/gnu/lib/libstdc++/
DMakefile30 SRCS+= bitmap_allocator.cc pool_allocator.cc \
146 numeric numeric_traits.h pod_char_traits.h pool_allocator.h \
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-2004937 * 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 …]
DChangeLog-2005133 * 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
DChangeLog-20061787 * 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.
DChangeLog-200363 * include/ext/pool_allocator.h (class __pool_alloc): Use
82 * 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.
/freebsd-11-stable/contrib/libstdc++/include/
DMakefile.am540 ${ext_srcdir}/pool_allocator.h \
DMakefile.in762 ${ext_srcdir}/pool_allocator.h \
/freebsd-11-stable/tools/build/mk/
HDOptionalObsoleteFiles.inc2351 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
/freebsd-11-stable/
HDObsoleteFiles.inc6695 OLD_FILES+=usr/include/c++/3.4/ext/pool_allocator.h