Searched defs:allocator1 (Results 1 – 4 of 4) sorted by relevance
135 template <typename T> struct allocator1 struct138 ALLOCATOR_METHODS(allocator1) argument145 allocator1<T> select_on_container_copy_construction() const in select_on_container_copy_construction() argument
349 template <class T> class allocator1 class361 allocator1() : tag_(0) { detail::tracker.allocator_ref(); } in allocator1() function in test::allocator1363 explicit allocator1(int t) : tag_(t) { detail::tracker.allocator_ref(); } in allocator1() function in test::allocator1365 template <class Y> allocator1(allocator1<Y> const& x) : tag_(x.tag_) in allocator1() function in test::allocator1370 allocator1(allocator1 const& x) : tag_(x.tag_) in allocator1() function in test::allocator1
674 PropagatingCountingAlloc<T> allocator1(&bytes1); in BtreeAllocatorTest() local2266 PropagatingCountingAlloc<MovableOnlyInstance> allocator1(&bytes1); in TEST() local
675 PropagatingCountingAlloc<T> allocator1(&bytes1); in BtreeAllocatorTest() local2400 PropagatingCountingAlloc<MovableOnlyInstance> allocator1(&bytes1); in TEST() local