Searched refs:allocations (Results 1 – 9 of 9) sorted by relevance
116 counter_type allocations; variable126 allocations = allocs; in set_counters()166 ++allocations; in allocate()201 counter_type allocations; member217 allocations(other.allocations.load()), in AllocatorCounters()225 allocations.store(other.allocations.load());235 lhs.allocations == rhs.allocations &&277 ++allocations; in allocate()309 allocations = 0; in init_counters()358 allocations = 0; in init_counters()[all …]
96 …REQUIRE_MESSAGE( static_counter_allocator_type::allocations == static_counter_allocator_type::free… in verify_no_allocator_memory_leaks()535 …REQUIRE_MESSAGE(StaticCountingAllocatorType::allocations == StaticCountingAllocatorType::frees, "M… in verify_no_allocator_memory_leaks()
30 REQUIRE( a.items_allocated == a.allocations); in CheckContainerAllocator()
46 REQUIRE( a.allocations == expected_allocs);49 REQUIRE( a.allocations >= expected_allocs);51 REQUIRE( a.allocations - a.frees == expected_allocs - expected_frees );
67 REQUIRE((allocations==frees && items_allocated==items_freed)); in ~MinimalAllocator()68 if( allocations ) { // non-temporal copy in ~MinimalAllocator()79 REQUIRE(allocations>frees); in deallocate()
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()748 std::size_t allocations = v.get_allocator().allocations, in TestConcurrentGrowToAtLeastImpl() local751 REQUIRE( allocations == frees ); in TestConcurrentGrowToAtLeastImpl()1033 std::size_t allocations = MyAllocator::allocations, 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 );