Home
last modified time | relevance | path

Searched refs:STLAllocator (Results 1 – 1 of 1) sorted by relevance

/system/core/libmemunreachable/
DAllocator.h105 class STLAllocator {
108 ~STLAllocator() { in ~STLAllocator()
112 STLAllocator(const Heap& heap) : in STLAllocator() function
118 STLAllocator(const STLAllocator<U>& other) : in STLAllocator() function
122 STLAllocator(const STLAllocator&) = default;
123 STLAllocator<T>& operator=(const STLAllocator<T>&) = default;
134 bool operator ==(const STLAllocator<U>& other) const {
138 inline bool operator !=(const STLAllocator<U>& other) const {
143 friend class STLAllocator; variable
154 class Allocator : public STLAllocator<T> {
[all …]