Lines Matching refs:StaticSharedCountingAllocatorBase
336 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
381 using base_type = StaticSharedCountingAllocatorBase;