Searched defs:TypeCountingAllocator (Results 1 – 1 of 1) sorted by relevance
62 struct TypeCountingAllocator { struct65 TypeCountingAllocator(const TypeCountingAllocator<U>&) {} // NOLINT in TypeCountingAllocator() function67 using value_type = T;69 T* allocate(size_t n, const void* = nullptr) { in allocate()73 void deallocate(T* p, std::size_t n) { in deallocate()