Home
last modified time | relevance | path

Searched refs:items_freed (Results 1 – 8 of 8) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h113 counter_type items_freed; variable
123 items_freed = it_freed; in set_counters()
173 items_freed += n; in deallocate()
198 counter_type items_freed; member
222 items_freed.store(other.items_freed.load());
232 lhs.items_freed == rhs.items_freed &&
252 static counter_type items_freed; variable
284 items_freed += n; in deallocate()
306 items_freed = 0; in init_counters()
341 static counter_type items_freed; member
[all …]
H A Dconcurrent_unordered_common.h31 REQUIRE( a.items_freed == a.frees); in CheckContainerAllocator()
32 REQUIRE( a.items_allocated == a.items_freed ); in CheckContainerAllocator()
H A Dcontainer_move_support.h95 …nter_allocator_type::items_allocated == static_counter_allocator_type::items_freed, "memory leak?"… in verify_no_allocator_memory_leaks()
534 …CountingAllocatorType::items_allocated == StaticCountingAllocatorType::items_freed, "Memory leak"); in verify_no_allocator_memory_leaks()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp284 REQUIRE( allocator_t::items_allocated == allocator_t::items_freed ); in TestResizeAndCopy()
319 REQUIRE( allocator_t::items_allocated == allocator_t::items_freed ); in TestCopyAssignment()
365 REQUIRE( allocator_t::items_allocated == allocator_t::items_freed ); in TestCapacity()
747 items_freed = v.get_allocator().items_freed; in TestConcurrentGrowToAtLeastImpl() local
750 REQUIRE( items_allocated == items_freed ); in TestConcurrentGrowToAtLeastImpl()
1032 items_freed = MyAllocator::items_freed; in TestConcurrentGrowBy() local
1035 REQUIRE(items_allocated == items_freed); in TestConcurrentGrowBy()
H A Dconformance_concurrent_hash_map.cpp959 REQUIRE( test_allocator_type::items_allocated == test_allocator_type::items_freed ); in TestInsertFindErase()
1044 REQUIRE( test_allocator_type::items_allocated == test_allocator_type::items_freed ); in TestConcurrency()
H A Dconformance_concurrent_queue.cpp125 CHECK(allocator_type::items_allocated == allocator_type::items_freed); in TestFullQueue()
1740 CHECK(q1_items_allocated == allocator_type::items_freed); in TestMoveQueue()
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp67 REQUIRE((allocations==frees && items_allocated==items_freed)); in ~MinimalAllocator()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp597 REQUIRE( allocator_type::items_allocated == allocator_type::items_freed );