Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dcustom_allocators.h114 counter_type items_constructed; variable
124 items_constructed = it_constructed; in set_counters()
180 ++items_constructed; in construct()
199 counter_type items_constructed; member
215 items_constructed(other.items_constructed.load()), in AllocatorCounters()
223 items_constructed.store(other.items_constructed.load());
233 lhs.items_constructed == rhs.items_constructed &&
290 ++items_constructed; in construct()
307 items_constructed = 0; in init_counters()
356 items_constructed = 0; in init_counters()
[all …]
H A Dcontainer_move_support.h536 …REQUIRE_MESSAGE(StaticCountingAllocatorType::items_constructed == StaticCountingAllocatorType::ite… 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.cpp1729 size_t q1_items_constructed = allocator_type::items_constructed; in TestMoveQueue()