Home
last modified time | relevance | path

Searched defs:StaticSharedCountingAllocatorBase (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h336 struct StaticSharedCountingAllocatorBase { struct
337 using counter_type = std::atomic<std::size_t>;
338 using counters_type = AllocatorCounters;
339 static std::size_t max_items;
340 static counter_type items_allocated;
341 static counter_type items_freed;
342 static counter_type items_constructed;
366 }; // class StaticSharedCountingAllocatorBase argument