Searched refs:count_allocations (Results 1 – 2 of 2) sorted by relevance
61 unsigned int count_allocations; member66 : count_allocators(0), count_allocations(0), count_constructions(0), in memory_tracker()76 count_allocations = 0; in allocator_ref()89 bool no_allocations_left = (count_allocations == 0); in allocator_unref()95 count_allocations = 0; in allocator_unref()111 ++count_allocations; in track_allocate()131 BOOST_TEST(count_allocations > 0); in track_deallocate()132 if (count_allocations > 0) in track_deallocate()133 --count_allocations; in track_deallocate()
63 strong.store(x, test::detail::tracker.count_allocations); in insert_exception_test_impl()115 strong.test(x, test::detail::tracker.count_allocations); in exception_check()319 strong.test(x, test::detail::tracker.count_allocations); in exception_check()