Searched refs:items_destroyed (Results 1 – 6 of 6) sorted by relevance
115 counter_type items_destroyed; variable125 items_destroyed = it_destroyed; in set_counters()186 ++items_destroyed; in destroy()200 counter_type items_destroyed; member216 items_destroyed(other.items_destroyed.load()), in AllocatorCounters()224 items_destroyed.store(other.items_destroyed.load());234 lhs.items_destroyed == rhs.items_destroyed &&296 ++items_destroyed; in destroy()308 items_destroyed = 0; in init_counters()357 items_destroyed = 0; in init_counters()[all …]
536 …AGE(StaticCountingAllocatorType::items_constructed == StaticCountingAllocatorType::items_destroyed, in verify_no_allocator_memory_leaks()
598 REQUIRE( allocator_type::items_constructed == allocator_type::items_destroyed );
958 REQUIRE( test_allocator_type::items_constructed == test_allocator_type::items_destroyed ); in TestInsertFindErase()1043 REQUIRE( test_allocator_type::items_constructed == test_allocator_type::items_destroyed ); in TestConcurrency()
283 REQUIRE( allocator_t::items_constructed == allocator_t::items_destroyed ); in TestResizeAndCopy()
1741 CHECK(q1_items_constructed == allocator_type::items_destroyed); in TestMoveQueue()