Searched refs:array_allocator (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | array_allocator.h | 91 class array_allocator : public array_allocator_base<_Tp> 110 { typedef array_allocator<_Tp1, _Array1> other; }; 112 array_allocator(array_type* __array = NULL) throw() in throw() 115 array_allocator(const array_allocator& __o) throw() in throw() 119 array_allocator(const array_allocator<_Tp1, _Array1>&) throw() in array_allocator() function 122 ~array_allocator() throw() { } in throw() 137 operator==(const array_allocator<_Tp, _Array>&, 138 const array_allocator<_Tp, _Array>&) 143 operator!=(const array_allocator<_Tp, _Array>&, 144 const array_allocator<_Tp, _Array>&)
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2004 | 779 * testsuite/ext/array_allocator/1.cc: Likewise. 780 * testsuite/ext/array_allocator/2.cc: Likewise. 781 * testsuite/ext/array_allocator/3.cc: Likewise. 932 * include/ext/array_allocator.h: Same. 1082 * testsuite/ext/array_allocator/check_delete.cc: New. 1158 * testsuite/ext/array_allocator/3.cc: New. 1381 * include/ext/array_allocator.h 1393 * testsuite/ext/array_allocator/check_new.cc: New. 1562 * include/ext/array_allocator.h: New. 1565 * testsuite/ext/array_allocator/1.cc: New. [all …]
|
| H A D | ChangeLog-2005 | 23 * testsuite/ext/array_allocator/2.cc: Remove unused variable. 438 * include/ext/array_allocator.h: Same. 2850 * include/ext/array_allocator.h: Tweak slightly, avoid assuming 2852 * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator 2854 rebinds, not treated correctly by array_allocator. 3155 * include/ext/array_allocator.h: Tweak slightly, avoid assuming 3157 * testsuite/ext/array_allocator/2.cc: Tweak to use an allocator 3159 rebinds, not treated correctly by array_allocator. 4814 * testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*. 5191 * include/ext/array_allocator.h (array_allocator<>::allocate):
|
| H A D | ChangeLog-2006 | 551 * include/ext/array_allocator.h: Adjust. 4257 * include/ext/array_allocator.h (array_allocator): _M_used, new 4259 * testsuite/ext/array_allocator/26875.cc: New. 4273 * ext/array_allocator.h: Likewise. 4960 * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
|
| /freebsd-12.1/gnu/lib/libstdc++/ |
| H A D | Makefile | 141 EXTHDRS= algorithm atomicity.h array_allocator.h bitmap_allocator.h \
|
| /freebsd-12.1/contrib/libstdc++/include/ |
| H A D | Makefile.am | 520 ${ext_srcdir}/array_allocator.h \
|
| H A D | Makefile.in | 742 ${ext_srcdir}/array_allocator.h \
|
| /freebsd-12.1/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 1882 OLD_FILES+=usr/include/c++/4.2/ext/array_allocator.h
|