Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h136 void clear_counters() { in clear_counters() function
145 LocalCountingAllocator() : max_items{0} { clear_counters(); } in LocalCountingAllocator()