Searched refs:LocalCountingAllocator (Results 1 – 11 of 11) sorted by relevance
104 class LocalCountingAllocator : public BaseAllocatorType {142 using other = LocalCountingAllocator<typename base_traits::template rebind_alloc<U>>;145 LocalCountingAllocator() : max_items{0} { clear_counters(); } in LocalCountingAllocator() function147 LocalCountingAllocator( const LocalCountingAllocator& other ) in LocalCountingAllocator() function151 LocalCountingAllocator( const LocalCountingAllocator<U>& other ) in LocalCountingAllocator() function154 LocalCountingAllocator& operator=( const LocalCountingAllocator& other ) {
32 using MyAllocator = LocalCountingAllocator<std::allocator<Value>>;
30 using MyAllocator = LocalCountingAllocator<std::allocator<Key>>;
29 using MyAllocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
32 using MyAllocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
290 … LocalCountingAllocator<std::allocator<Value>>>; in TypeTester()309 LocalCountingAllocator<std::allocator<Value>> allocator; in TypeTester()
34 using Allocator = LocalCountingAllocator<std::allocator<Key>>;
38 using Allocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
36 using Allocator = LocalCountingAllocator<std::allocator<Key>>;
35 using Allocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
53 typedef LocalCountingAllocator<std::allocator<char> > cnt_provider_t;