Lines Matching refs:frees
117 counter_type frees; variable
127 frees = fres; in set_counters()
133 alloc.items_destroyed, alloc.allocations, alloc.frees); in set_counters()
172 ++frees; in deallocate()
202 counter_type frees; member
210 allocations(allocs), frees(fres) {} in AllocatorCounters()
218 frees(other.allocations.load()) {} in AllocatorCounters()
226 frees.store(other.frees.load());
236 lhs.frees == rhs.frees;
256 static counter_type frees; variable
283 ++frees; in deallocate()
301 … return {items_allocated, items_freed, items_constructed, items_destroyed, allocations, frees}; in counters()
310 frees = 0; in init_counters()
332 std::atomic<std::size_t> StaticCountingAllocator<T>::frees;
345 static counter_type frees; member
350 items_destroyed.load(), allocations.load(), frees.load() }; in counters()
359 frees = 0; in init_counters()
374 std::atomic<std::size_t> StaticSharedCountingAllocatorBase::frees;
419 ++base_type::frees; in deallocate()