Searched refs:counters_type (Results 1 – 4 of 4) sorted by relevance
83 using counters_type = std::map<StateTrackableBase::StateValue, std::atomic<std::size_t>>; member84 static counters_type counters;87 StateTrackableCounters::counters_type StateTrackableCounters::counters;
88 using counters_type = typename static_counter_allocator_type::counters_type; member90 counters_type previous_state;100 counters_type now = static_counter_allocator_type::counters(); in verify_no_more_than_x_memory_items_allocated()519 using counters_type = typename StaticCountingAllocatorType::counters_type; member521 counters_type previous_state;543 counters_type now = StaticCountingAllocatorType::counters(); in verify_no_more_than_x_memory_items_allocated()
248 using counters_type = AllocatorCounters; variable338 using counters_type = AllocatorCounters; member348 static counters_type counters() { in counters()386 using counters_type = AllocatorCounters; variable
1246 StateTrackableCounters::counters_type& cnts = StateTrackableCounters::counters; in check()