Searched refs:counters (Results 1 – 6 of 6) sorted by relevance
71 … counters[StateTrackableBase::ZeroInitialized] = counters[StateTrackableBase::DefaultInitialized] = in reset()72 … counters[StateTrackableBase::DirectInitialized] = counters[StateTrackableBase::CopyInitialized] = in reset()73 counters[StateTrackableBase::MoveInitialized] = counters[StateTrackableBase::CopyAssigned] = in reset()74 counters[StateTrackableBase::MoveAssigned] = counters[StateTrackableBase::MovedFrom] = in reset()75 counters[StateTrackableBase::Destroyed] = counters[StateTrackableBase::Unspecified] = 0; in reset()84 static counters_type counters; member87 StateTrackableCounters::counters_type StateTrackableCounters::counters;93 … StateTrackableCounters::counters.find(s) != StateTrackableCounters::counters.end()), in assign_new_state()96 … StateTrackableCounters::counters.find(state) != StateTrackableCounters::counters.end()), in assign_new_state()99 ++StateTrackableCounters::counters[state]; in assign_new_state()
98 void save_allocator_counters(){ previous_state = static_counter_allocator_type::counters(); } in save_allocator_counters()100 counters_type now = static_counter_allocator_type::counters(); in verify_no_more_than_x_memory_items_allocated()540 void save_allocator_counters() { previous_state = StaticCountingAllocatorType::counters(); } in save_allocator_counters()543 counters_type now = StaticCountingAllocatorType::counters(); in verify_no_more_than_x_memory_items_allocated()
300 static AllocatorCounters counters() { in counters() function348 static counters_type counters() { in counters() function
51 decrement the counters of its successors. If a successor's counter138 organizes these counters for easy lookup. The code initializes the139 counters and then rolls a wavefront using ``parallel_for_each``,
100 function_body( std::atomic<int> *counters ) : my_counters(counters) { in function_body() argument
1246 StateTrackableCounters::counters_type& cnts = StateTrackableCounters::counters; in check()