Home
last modified time | relevance | path

Searched refs:counter_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h112 counter_type items_allocated;
113 counter_type items_freed;
115 counter_type items_destroyed;
116 counter_type allocations;
117 counter_type frees;
197 counter_type items_allocated;
198 counter_type items_freed;
201 counter_type allocations;
202 counter_type frees;
256 static counter_type frees;
[all …]
H A Dconcurrent_lru_cache_common.h193 using counter_type = helpers::call_counter<cache_miss_tag, int>; member
200 cache(&counter_type::call, number_of_lru_history_items) {} in preset_call_count()
/oneTBB/test/conformance/
H A Dconformance_concurrent_lru_cache.cpp114 preset::counter_type::calls == 1,
/oneTBB/src/tbbmalloc/
H A DStatistics.h21 enum counter_type { enum