Home
last modified time | relevance | path

Searched refs:StaticCountingAllocator (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h241 class StaticCountingAllocator : public BaseAllocatorType {
264 StaticCountingAllocator() = default;
267 StaticCountingAllocator( const StaticCountingAllocator<U>& other ) : base_type(other) {} in StaticCountingAllocator() function
320 std::size_t StaticCountingAllocator<T>::max_items;
322 std::atomic<std::size_t> StaticCountingAllocator<T>::items_allocated;
324 std::atomic<std::size_t> StaticCountingAllocator<T>::items_freed;
326 std::atomic<std::size_t> StaticCountingAllocator<T>::items_constructed;
328 std::atomic<std::size_t> StaticCountingAllocator<T>::items_destroyed;
330 std::atomic<std::size_t> StaticCountingAllocator<T>::allocations;
332 std::atomic<std::size_t> StaticCountingAllocator<T>::frees;
[all …]
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp52 typedef StaticCountingAllocator<tbb::memory_pool_allocator<char>> cnt_alloc_t;
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp290 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in TestCopyAssignment()
292 StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>> init_alloc; in TestCopyAssignment()
333 …using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::Foo> /*TODO: oneapi… in TestCapacity()
548 using allocator_t = StaticCountingAllocator<std::allocator<move_support_tests::FooWithAssign>>; in test_ex_assign_operator()
735 using MyAllocator = StaticCountingAllocator<std::allocator<move_support_tests::Foo>>; in TestConcurrentGrowToAtLeastImpl()
972 using MyAllocator = StaticCountingAllocator<std::allocator<move_support_tests::Foo> >; in TestConcurrentGrowBy()