Home
last modified time | relevance | path

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

/third_party/boost/libs/unordered/test/helpers/
Dmemory.hpp62 unsigned int count_constructions; member
66 : count_allocators(0), count_allocations(0), count_constructions(0), in memory_tracker()
77 count_constructions = 0; in allocator_ref()
90 bool no_constructions_left = (count_constructions == 0); in allocator_unref()
96 count_constructions = 0; in allocator_unref()
139 ++count_constructions; in track_construct()
146 BOOST_TEST(count_constructions > 0); in track_destroy()
147 if (count_constructions > 0) in track_destroy()
148 --count_constructions; in track_destroy()