Home
last modified time | relevance | path

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

/aosp12/system/memory/libmemunreachable/
H A DAllocator.h102 class STLAllocator {
105 ~STLAllocator() {} in ~STLAllocator()
108 STLAllocator(const Heap& heap) in STLAllocator() function
114 STLAllocator(const STLAllocator<U>& other) in STLAllocator() function
118 STLAllocator(const STLAllocator&) = default;
119 STLAllocator<T>& operator=(const STLAllocator<T>&) = default;
135 friend class STLAllocator; variable
151 STLAllocator<T>(other) {} in Allocator()
156 STLAllocator<T>(other) {} in Allocator()
161 using STLAllocator<T>::allocate;
[all …]