Home
last modified time | relevance | path

Searched refs:LocalCountingAllocator (Results 1 – 11 of 11) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h104 class LocalCountingAllocator : public BaseAllocatorType {
142 using other = LocalCountingAllocator<typename base_traits::template rebind_alloc<U>>;
145 LocalCountingAllocator() : max_items{0} { clear_counters(); } in LocalCountingAllocator() function
147 LocalCountingAllocator( const LocalCountingAllocator& other ) in LocalCountingAllocator() function
151 LocalCountingAllocator( const LocalCountingAllocator<U>& other ) in LocalCountingAllocator() function
154 LocalCountingAllocator& operator=( const LocalCountingAllocator& other ) {
/oneTBB/test/tbb/
H A Dtest_concurrent_unordered_set.cpp32 using MyAllocator = LocalCountingAllocator<std::allocator<Value>>;
H A Dtest_concurrent_set.cpp30 using MyAllocator = LocalCountingAllocator<std::allocator<Key>>;
H A Dtest_concurrent_map.cpp29 using MyAllocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
H A Dtest_concurrent_unordered_map.cpp32 using MyAllocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
H A Dtest_concurrent_hash_map.cpp290LocalCountingAllocator<std::allocator<Value>>>; in TypeTester()
309 LocalCountingAllocator<std::allocator<Value>> allocator; in TypeTester()
/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp34 using Allocator = LocalCountingAllocator<std::allocator<Key>>;
H A Dconformance_concurrent_map.cpp38 using Allocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
H A Dconformance_concurrent_unordered_set.cpp36 using Allocator = LocalCountingAllocator<std::allocator<Key>>;
H A Dconformance_concurrent_unordered_map.cpp35 using Allocator = LocalCountingAllocator<std::allocator<std::pair<const Key, Mapped>>>;
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp53 typedef LocalCountingAllocator<std::allocator<char> > cnt_provider_t;