Searched defs:allocator2 (Results 1 – 5 of 5) sorted by relevance
186 template <typename T> struct allocator2 : allocator2_base<allocator2<T> > struct193 ALLOCATOR_METHODS(allocator2) argument203 typedef allocator2<int> allocator; in test_allocator2() argument
545 template <class T> class allocator2 class562 explicit allocator2(int t = 0) : tag_(t) in allocator2() function in test::exception::allocator2571 allocator2(allocator<T> const& x) : tag_(x.tag_) in allocator2() function in test::exception::allocator2576 template <class Y> allocator2(allocator2<Y> const& x) : tag_(x.tag_) in allocator2() function in test::exception::allocator2581 allocator2(allocator2 const& x) : tag_(x.tag_) in allocator2() function in test::exception::allocator2
582 template <class T> class allocator2 class607 allocator2() : tag_(0) { detail::tracker.allocator_ref(); } in allocator2() function in test::allocator2609 explicit allocator2(int t) : tag_(t) { detail::tracker.allocator_ref(); } in allocator2() function in test::allocator2611 template <class Y> allocator2(allocator2<Y> const& x) : tag_(x.tag_) in allocator2() function in test::allocator2616 allocator2(allocator2 const& x) : tag_(x.tag_) in allocator2() function in test::allocator2
675 PropagatingCountingAlloc<T> allocator2(&bytes2); in BtreeAllocatorTest() local2267 PropagatingCountingAlloc<MovableOnlyInstance> allocator2(&bytes2); in TEST() local
676 PropagatingCountingAlloc<T> allocator2(&bytes2); in BtreeAllocatorTest() local2401 PropagatingCountingAlloc<MovableOnlyInstance> allocator2(&bytes2); in TEST() local