Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc62 struct TypeCountingAllocator { struct
65 TypeCountingAllocator(const TypeCountingAllocator<U>&) {} // NOLINT in TypeCountingAllocator() function
67 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()