Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h336 struct StaticSharedCountingAllocatorBase { struct
368 std::size_t StaticSharedCountingAllocatorBase::max_items;
369 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::items_constructed;
370 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::items_destroyed;
371 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::items_allocated;
372 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::items_freed;
373 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::allocations;
374 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::frees;
375 bool StaticSharedCountingAllocatorBase::throwing;
379 : public StaticSharedCountingAllocatorBase, public BaseAllocatorType
[all …]