Home
last modified time | relevance | path

Searched refs:new_allocator (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dnew_allocator.h53 class new_allocator
66 { typedef new_allocator<_Tp1> other; };
68 new_allocator() throw() { } in throw()
70 new_allocator(const new_allocator&) throw() { } in throw()
73 new_allocator(const new_allocator<_Tp1>&) throw() { } in new_allocator() function
75 ~new_allocator() throw() { } in throw()
115 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&)
120 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&)
/freebsd-12.1/contrib/libstdc++/config/allocator/
H A Dnew_allocator_base.h40 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
/freebsd-12.1/contrib/apr/memory/unix/
H A Dapr_pools.c125 apr_allocator_t *new_allocator; in apr_allocator_create() local
129 if ((new_allocator = malloc(SIZEOF_ALLOCATOR_T)) == NULL) in apr_allocator_create()
132 memset(new_allocator, 0, SIZEOF_ALLOCATOR_T); in apr_allocator_create()
133 new_allocator->max_free_index = APR_ALLOCATOR_MAX_FREE_UNLIMITED; in apr_allocator_create()
135 *allocator = new_allocator; in apr_allocator_create()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2004936 * include/ext/new_allocator.h: Same.
1090 * testsuite/ext/new_allocator/check_delete.cc: New.
1308 * include/ext/new_allocator.h (allocate): Likewise.
1322 Include <ext/new_allocator.h>.
1662 * testsuite/ext/new_allocator: New.
1663 * testsuite/ext/new_allocator/instantiate.cc: New.
1664 * testsuite/ext/new_allocator/check_new.cc: New.
4400 new_allocator for all hosts.
5671 * include/ext/new_allocator.h (new_allocator::deallocate): Ditto.
5680 * include/ext/new_allocator.h (new_allocator::allocate): Ditto.
[all …]
H A DChangeLog-2005437 * include/ext/new_allocator.h: Same.
1644 * testsuite/ext/new_allocator/deallocate_global.cc: Same.
1645 * testsuite/ext/new_allocator/deallocate_local.cc: Same.
H A Dacinclude.m41618 ALLOCATOR_NAME=__gnu_cxx::new_allocator
H A DChangeLog-200376 * include/ext/new_allocator.h (new_allocator): Proper allocator class.
4577 * include/ext/new_allocator.h: New.
H A DChangeLog-20064271 * ext/new_allocator.h: Likewise.
H A Dconfigure6579 ALLOCATOR_NAME=__gnu_cxx::new_allocator
/freebsd-12.1/gnu/lib/libstdc++/
H A DMakefile145 malloc_allocator.h memory mt_allocator.h new_allocator.h \
/freebsd-12.1/contrib/libstdc++/include/
H A DMakefile.am536 ${ext_srcdir}/new_allocator.h \
H A DMakefile.in758 ${ext_srcdir}/new_allocator.h \
/freebsd-12.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc1897 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
/freebsd-12.1/
H A DObsoleteFiles.inc7178 OLD_FILES+=usr/include/c++/3.4/ext/new_allocator.h