Lines Matching refs:items_destroyed
115 counter_type items_destroyed; variable
125 items_destroyed = it_destroyed; in set_counters()
133 alloc.items_destroyed, alloc.allocations, alloc.frees); in set_counters()
186 ++items_destroyed; in destroy()
200 counter_type items_destroyed; member
209 items_constructed(it_constructed), items_destroyed(it_destroyed), in AllocatorCounters()
216 items_destroyed(other.items_destroyed.load()), in AllocatorCounters()
224 items_destroyed.store(other.items_destroyed.load());
234 lhs.items_destroyed == rhs.items_destroyed &&
254 static counter_type items_destroyed; variable
296 ++items_destroyed; in destroy()
301 … return {items_allocated, items_freed, items_constructed, items_destroyed, allocations, frees}; in counters()
308 items_destroyed = 0; in init_counters()
328 std::atomic<std::size_t> StaticCountingAllocator<T>::items_destroyed;
343 static counter_type items_destroyed; member
350 items_destroyed.load(), allocations.load(), frees.load() }; in counters()
357 items_destroyed = 0; in init_counters()
370 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::items_destroyed;
433 ++base_type::items_destroyed; in destroy()