Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h115 counter_type items_destroyed; variable
125 items_destroyed = it_destroyed; in set_counters()
186 ++items_destroyed; in destroy()
200 counter_type items_destroyed; member
216 items_destroyed(other.items_destroyed.load()), in AllocatorCounters()
224 items_destroyed.store(other.items_destroyed.load());
234 lhs.items_destroyed == rhs.items_destroyed &&
296 ++items_destroyed; in destroy()
308 items_destroyed = 0; in init_counters()
357 items_destroyed = 0; in init_counters()
[all …]
H A Dcontainer_move_support.h536 …AGE(StaticCountingAllocatorType::items_constructed == StaticCountingAllocatorType::items_destroyed, in verify_no_allocator_memory_leaks()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp598 REQUIRE( allocator_type::items_constructed == allocator_type::items_destroyed );
/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp958 REQUIRE( test_allocator_type::items_constructed == test_allocator_type::items_destroyed ); in TestInsertFindErase()
1043 REQUIRE( test_allocator_type::items_constructed == test_allocator_type::items_destroyed ); in TestConcurrency()
H A Dconformance_concurrent_vector.cpp283 REQUIRE( allocator_t::items_constructed == allocator_t::items_destroyed ); in TestResizeAndCopy()
H A Dconformance_concurrent_queue.cpp1741 CHECK(q1_items_constructed == allocator_type::items_destroyed); in TestMoveQueue()