Home
last modified time | relevance | path

Searched defs:CountDestroy (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddestroy.pass.cpp43 struct CountDestroy struct
45 TEST_CONSTEXPR explicit CountDestroy(int* counter) in CountDestroy() argument
49 typedef T value_type;
51 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate()
56 TEST_CONSTEXPR_CXX20 void deallocate(T* p, std::size_t n) in deallocate()
62 TEST_CONSTEXPR_CXX20 void destroy(U* p) in destroy()
68 int* counter_;