Searched refs:new_allocator (Results 1 – 14 of 14) sorted by relevance
53 class new_allocator66 { 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() function75 ~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>&)
40 #define __glibcxx_base_allocator __gnu_cxx::new_allocator
125 apr_allocator_t *new_allocator; in apr_allocator_create() local129 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()
936 * 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 …]
437 * include/ext/new_allocator.h: Same.1644 * testsuite/ext/new_allocator/deallocate_global.cc: Same.1645 * testsuite/ext/new_allocator/deallocate_local.cc: Same.
1618 ALLOCATOR_NAME=__gnu_cxx::new_allocator
76 * include/ext/new_allocator.h (new_allocator): Proper allocator class.4577 * include/ext/new_allocator.h: New.
4271 * ext/new_allocator.h: Likewise.
6579 ALLOCATOR_NAME=__gnu_cxx::new_allocator
145 malloc_allocator.h memory mt_allocator.h new_allocator.h \
536 ${ext_srcdir}/new_allocator.h \
758 ${ext_srcdir}/new_allocator.h \
1897 OLD_FILES+=usr/include/c++/4.2/ext/new_allocator.h
7178 OLD_FILES+=usr/include/c++/3.4/ext/new_allocator.h