Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
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;
126 bool operator==(const STLAllocator<U>& other) const {
130 inline bool operator!=(const STLAllocator<U>& other) const {
135 friend class STLAllocator; variable
145 class Allocator : public STLAllocator<T> {
[all …]