Searched refs:StaticCountingAllocator (Results 1 – 3 of 3) sorted by relevance
241 class StaticCountingAllocator : public BaseAllocatorType {264 StaticCountingAllocator() = default;267 StaticCountingAllocator( const StaticCountingAllocator<U>& other ) : base_type(other) {} in StaticCountingAllocator() function320 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 …]
52 typedef StaticCountingAllocator<tbb::memory_pool_allocator<char>> cnt_alloc_t;
290 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()