Searched defs:track_allocator_memory (Results 1 – 1 of 1) sorted by relevance
87 struct track_allocator_memory { struct91 track_allocator_memory() { static_counter_allocator_type::init_counters(); } in track_allocator_memory() argument92 ~track_allocator_memory(){verify_no_allocator_memory_leaks();} in ~track_allocator_memory() argument94 void verify_no_allocator_memory_leaks() const{ in verify_no_allocator_memory_leaks()98 void save_allocator_counters(){ previous_state = static_counter_allocator_type::counters(); } in save_allocator_counters()99 …id verify_no_more_than_x_memory_items_allocated(std::size_t expected_number_of_items_to_allocate){ in verify_no_more_than_x_memory_items_allocated()