Searched refs:StaticSharedCountingAllocatorBase (Results 1 – 1 of 1) sorted by relevance
336 struct StaticSharedCountingAllocatorBase { struct368 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 …]