Searched refs:DerivedCounted (Results 1 – 1 of 1) sorted by relevance
36 struct DerivedCounted : VirtualCounted { struct37 TEST_CONSTEXPR DerivedCounted(int* counter) : VirtualCounted(counter) { } in DerivedCounted() function38 TEST_CONSTEXPR_CXX20 ~DerivedCounted() override { } in ~DerivedCounted() argument107 using Alloc = std::allocator<DerivedCounted>; in test()109 DerivedCounted* ptr1 = std::allocator_traits<Alloc>::allocate(alloc, 1); in test()110 DerivedCounted* ptr2 = std::allocator_traits<Alloc>::allocate(alloc, 1); in test()