Home
last modified time | relevance | path

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

/third_party/boost/libs/unordered/test/helpers/
Dmemory.hpp60 unsigned int count_allocators; member
66 : count_allocators(0), count_allocations(0), count_constructions(0), in memory_tracker()
71 ~memory_tracker() { BOOST_TEST(count_allocators == 0); } in ~memory_tracker()
75 if (count_allocators == 0) { in allocator_ref()
80 ++count_allocators; in allocator_ref()
85 BOOST_TEST(count_allocators > 0); in allocator_unref()
86 if (count_allocators > 0) { in allocator_unref()
87 --count_allocators; in allocator_unref()
88 if (count_allocators == 0) { in allocator_unref()