Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/apr/memory/unix/
H A Dapr_pools.c964 apr_allocator_t *pool_allocator; in apr_pool_create_unmanaged_ex() local
970 if ((pool_allocator = allocator) == NULL) { in apr_pool_create_unmanaged_ex()
971 if ((pool_allocator = malloc(SIZEOF_ALLOCATOR_T)) == NULL) { in apr_pool_create_unmanaged_ex()
977 memset(pool_allocator, 0, SIZEOF_ALLOCATOR_T); in apr_pool_create_unmanaged_ex()
980 if ((node = allocator_alloc(pool_allocator, in apr_pool_create_unmanaged_ex()
994 pool->allocator = pool_allocator; in apr_pool_create_unmanaged_ex()
1012 pool_allocator->owner = pool; in apr_pool_create_unmanaged_ex()
1799 apr_allocator_t *pool_allocator; in apr_pool_create_unmanaged_ex_debug() local
1823 if ((pool_allocator = allocator) == NULL) { in apr_pool_create_unmanaged_ex_debug()
1830 pool_allocator->owner = pool; in apr_pool_create_unmanaged_ex_debug()
[all …]
/freebsd-12.1/contrib/libstdc++/src/
H A 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 \
H A DMakefile.am132 pool_allocator.cc \
/freebsd-12.1/gnu/lib/libstdc++/
H A DMakefile30 SRCS+= bitmap_allocator.cc pool_allocator.cc \
146 numeric numeric_traits.h pod_char_traits.h pool_allocator.h \
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2004937 * include/ext/pool_allocator.h: Same.
1092 * testsuite/ext/pool_allocator/check_delete.cc: New.
1310 * include/ext/pool_allocator.h: Use __builtin_expect.
1499 * include/ext/pool_allocator.h: Include <cstdlib>.
2002 * src/pool_allocator.cc: ...into this.
2006 pool_allocator.cc and mt_allocator.cc.
2018 * testsuite/ext/pool_allocator/check_new.cc: this.
2022 * testsuite/ext/pool_allocator/instantiate.cc: this.
2034 * include/ext/pool_allocator.h: Rename __pool_base to
5359 * include/ext/pool_allocator.h: Include c++config.h.
[all …]
H A 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
H A 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.
H A 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-12.1/contrib/libstdc++/include/
H A DMakefile.am540 ${ext_srcdir}/pool_allocator.h \
H A DMakefile.in762 ${ext_srcdir}/pool_allocator.h \
/freebsd-12.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc2166 OLD_FILES+=usr/include/c++/4.2/ext/pool_allocator.h
/freebsd-12.1/
H A DObsoleteFiles.inc7181 OLD_FILES+=usr/include/c++/3.4/ext/pool_allocator.h