Searched refs:items_freed (Results 1 – 8 of 8) sorted by relevance
113 counter_type items_freed; variable123 items_freed = it_freed; in set_counters()173 items_freed += n; in deallocate()198 counter_type items_freed; member222 items_freed.store(other.items_freed.load());232 lhs.items_freed == rhs.items_freed &&252 static counter_type items_freed; variable284 items_freed += n; in deallocate()306 items_freed = 0; in init_counters()341 static counter_type items_freed; member[all …]
31 REQUIRE( a.items_freed == a.frees); in CheckContainerAllocator()32 REQUIRE( a.items_allocated == a.items_freed ); in CheckContainerAllocator()
95 …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()
284 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() local750 REQUIRE( items_allocated == items_freed ); in TestConcurrentGrowToAtLeastImpl()1032 items_freed = MyAllocator::items_freed; in TestConcurrentGrowBy() local1035 REQUIRE(items_allocated == items_freed); in TestConcurrentGrowBy()
959 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()
125 CHECK(allocator_type::items_allocated == allocator_type::items_freed); in TestFullQueue()1740 CHECK(q1_items_allocated == allocator_type::items_freed); in TestMoveQueue()
67 REQUIRE((allocations==frees && items_allocated==items_freed)); in ~MinimalAllocator()
597 REQUIRE( allocator_type::items_allocated == allocator_type::items_freed );