Searched refs:items_constructed (Results 1 – 6 of 6) sorted by relevance
114 counter_type items_constructed; variable124 items_constructed = it_constructed; in set_counters()180 ++items_constructed; in construct()199 counter_type items_constructed; member215 items_constructed(other.items_constructed.load()), in AllocatorCounters()223 items_constructed.store(other.items_constructed.load());233 lhs.items_constructed == rhs.items_constructed &&290 ++items_constructed; in construct()307 items_constructed = 0; in init_counters()356 items_constructed = 0; in init_counters()[all …]
536 …REQUIRE_MESSAGE(StaticCountingAllocatorType::items_constructed == StaticCountingAllocatorType::ite… 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()
1729 size_t q1_items_constructed = allocator_type::items_constructed; in TestMoveQueue()