Home
last modified time | relevance | path

Searched refs:frees (Results 1 – 11 of 11) sorted by relevance

/oneTBB/test/common/
H A Dcustom_allocators.h117 counter_type frees; variable
127 frees = fres; in set_counters()
172 ++frees; in deallocate()
202 counter_type frees; member
226 frees.store(other.frees.load());
236 lhs.frees == rhs.frees;
256 static counter_type frees; variable
283 ++frees; in deallocate()
310 frees = 0; in init_counters()
359 frees = 0; in init_counters()
[all …]
H A Dcontainer_move_support.h96 …atic_counter_allocator_type::allocations == static_counter_allocator_type::frees, "memory leak?" ); in verify_no_allocator_memory_leaks()
535 …AGE(StaticCountingAllocatorType::allocations == StaticCountingAllocatorType::frees, "Memory leak"); in verify_no_allocator_memory_leaks()
H A Dconcurrent_unordered_common.h31 REQUIRE( a.items_freed == a.frees); in CheckContainerAllocator()
H A Dconcurrent_associative_common.h47 REQUIRE( a.frees == expected_frees);
50 REQUIRE( a.frees >= expected_frees);
51 REQUIRE( a.allocations - a.frees == expected_allocs - expected_frees );
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp67 REQUIRE((allocations==frees && items_allocated==items_freed)); in ~MinimalAllocator()
79 REQUIRE(allocations>frees); in deallocate()
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dfixed_pool_cls.rst18 ``fixed_pool`` allocates and frees memory in a way that scales with the number of processors.
H A Dmemory_pool_cls.rst18 A ``memory_pool`` allocates and frees memory in a way that scales with the number of processors.
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp285 REQUIRE( allocator_t::allocations == allocator_t::frees ); in TestResizeAndCopy()
320 REQUIRE( allocator_t::allocations == allocator_t::frees ); in TestCopyAssignment()
366 REQUIRE( allocator_t::allocations == allocator_t::frees ); in TestCapacity()
749 frees = v.get_allocator().frees; in TestConcurrentGrowToAtLeastImpl() local
751 REQUIRE( allocations == frees ); in TestConcurrentGrowToAtLeastImpl()
1034 frees = MyAllocator::frees; in TestConcurrentGrowBy() local
1036 REQUIRE(allocations == frees); in TestConcurrentGrowBy()
H A Dconformance_concurrent_hash_map.cpp960 REQUIRE( test_allocator_type::allocations == test_allocator_type::frees ); in TestInsertFindErase()
1045 REQUIRE( test_allocator_type::allocations == test_allocator_type::frees ); in TestConcurrency()
H A Dconformance_concurrent_queue.cpp126 CHECK(allocator_type::allocations == allocator_type::frees); in TestFullQueue()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp596 REQUIRE( allocator_type::allocations == allocator_type::frees );