Searched refs:tracker_alloc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ |
| H A D | testsuite_allocator.h | 100 class tracker_alloc 111 template<class U> struct rebind { typedef tracker_alloc<U> other; }; 121 tracker_alloc() throw() in throw() 124 tracker_alloc(const tracker_alloc&) throw() in throw() 128 tracker_alloc(const tracker_alloc<U>&) throw() in tracker_alloc() function 131 ~tracker_alloc() throw() in throw() 165 operator==(const tracker_alloc<T1>&, const tracker_alloc<T2>&) throw() 170 operator!=(const tracker_alloc<T1>&, const tracker_alloc<T2>&) throw()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/ |
| H A D | vector_ctor.cc | 30 using __gnu_cxx_test::tracker_alloc; 115 typedef std::vector<T, tracker_alloc<T> > X; in test_default_ctor_exception_gurantee() 148 typedef std::vector<T, tracker_alloc<T> > X; in test_copy_ctor_exception_gurantee() 187 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_1() 215 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_2() 245 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_3() 275 typedef std::vector<T, tracker_alloc<T> > X; in test_assignment_operator_3_exception_guarantee() 320 typedef std::vector<T, tracker_alloc<T> > X; in test_fill_assign_1() 348 typedef std::vector<T, tracker_alloc<T> > X; in test_fill_assign_2() 382 typedef std::vector<T, tracker_alloc<T> > X; in test_fill_assign_3() [all …]
|
| H A D | vector_capacity.cc | 31 using __gnu_cxx_test::tracker_alloc; 115 typedef std::vector<T, tracker_alloc<T> > X; in test_reserve() 145 typedef std::vector<T, tracker_alloc<T> > X; in test_reserve_exception_guarantee()
|
| H A D | deque_ctor.cc | 31 using __gnu_cxx_test::tracker_alloc; 461 typedef std::deque<T, tracker_alloc<T> > X; in test_default_ctor_exception_safety() 489 typedef std::deque<T, tracker_alloc<T> > X; in test_copy_ctor_exception_safety()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog | 1651 (gnu_new_allocator): Rename to tracker_alloc. 1668 Change gnu_new_allocator to tracker_alloc.
|