Searched defs:CountDestroy (Results 1 – 1 of 1) sorted by relevance
43 struct CountDestroy struct45 TEST_CONSTEXPR explicit CountDestroy(int* counter) in CountDestroy() argument49 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_;