Searched defs:TypeCountingAllocator (Results 1 – 6 of 6) sorted by relevance
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | container_memory_test.cc | 62 struct TypeCountingAllocator { struct 65 TypeCountingAllocator(const TypeCountingAllocator<U>&) {} // NOLINT in TypeCountingAllocator() argument 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()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 62 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()
|
/external/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 67 struct TypeCountingAllocator { struct 70 TypeCountingAllocator(const TypeCountingAllocator<U>&) {} // NOLINT in TypeCountingAllocator() argument 72 using value_type = T; 74 T* allocate(size_t n, const void* = nullptr) { in allocate() 78 void deallocate(T* p, std::size_t n) { in deallocate()
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 67 struct TypeCountingAllocator { struct 70 TypeCountingAllocator(const TypeCountingAllocator<U>&) {} // NOLINT in TypeCountingAllocator() function 72 using value_type = T; 74 T* allocate(size_t n, const void* = nullptr) { in allocate() 78 void deallocate(T* p, std::size_t n) { in deallocate()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 67 struct TypeCountingAllocator { struct 70 TypeCountingAllocator(const TypeCountingAllocator<U>&) {} // NOLINT in TypeCountingAllocator() argument 72 using value_type = T; 74 T* allocate(size_t n, const void* = nullptr) { in allocate() 78 void deallocate(T* p, std::size_t n) { in deallocate()
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 67 struct TypeCountingAllocator { struct 70 TypeCountingAllocator(const TypeCountingAllocator<U>&) {} // NOLINT in TypeCountingAllocator() function 72 using value_type = T; 74 T* allocate(size_t n, const void* = nullptr) { in allocate() 78 void deallocate(T* p, std::size_t n) { in deallocate()
|