Searched defs:StaticSharedCountingAllocatorBase (Results 1 – 1 of 1) sorted by relevance
336 struct StaticSharedCountingAllocatorBase { struct337 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