Searched refs:frees (Results 1 – 11 of 11) sorted by relevance
117 counter_type frees; variable127 frees = fres; in set_counters()172 ++frees; in deallocate()202 counter_type frees; member226 frees.store(other.frees.load());236 lhs.frees == rhs.frees;256 static counter_type frees; variable283 ++frees; in deallocate()310 frees = 0; in init_counters()359 frees = 0; in init_counters()[all …]
96 …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()
31 REQUIRE( a.items_freed == a.frees); in CheckContainerAllocator()
47 REQUIRE( a.frees == expected_frees);50 REQUIRE( a.frees >= expected_frees);51 REQUIRE( a.allocations - a.frees == expected_allocs - expected_frees );
67 REQUIRE((allocations==frees && items_allocated==items_freed)); in ~MinimalAllocator()79 REQUIRE(allocations>frees); in deallocate()
18 ``fixed_pool`` allocates and frees memory in a way that scales with the number of processors.
18 A ``memory_pool`` allocates and frees memory in a way that scales with the number of processors.
285 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() local751 REQUIRE( allocations == frees ); in TestConcurrentGrowToAtLeastImpl()1034 frees = MyAllocator::frees; in TestConcurrentGrowBy() local1036 REQUIRE(allocations == frees); in TestConcurrentGrowBy()
960 REQUIRE( test_allocator_type::allocations == test_allocator_type::frees ); in TestInsertFindErase()1045 REQUIRE( test_allocator_type::allocations == test_allocator_type::frees ); in TestConcurrency()
126 CHECK(allocator_type::allocations == allocator_type::frees); in TestFullQueue()
596 REQUIRE( allocator_type::allocations == allocator_type::frees );