Home
last modified time | relevance | path

Searched refs:track_allocator_memory (Results 1 – 2 of 2) 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
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp403 move_support_tests::track_allocator_memory<allocator_t> verify_no_leak_at_exit{}; in TestExceptions()
552 move_support_tests::track_allocator_memory<allocator_t> verify_no_leak_at_exit{}; in test_ex_assign_operator()