Home
last modified time | relevance | path

Searched defs:track_allocator_memory (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dcontainer_move_support.h87 struct track_allocator_memory { struct
91 track_allocator_memory() { static_counter_allocator_type::init_counters(); } in track_allocator_memory() function
92 ~track_allocator_memory(){verify_no_allocator_memory_leaks();} in ~track_allocator_memory() argument
94 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()