Searched refs:STLAllocator (Results 1 – 1 of 1) sorted by relevance
102 class STLAllocator {105 ~STLAllocator() {} in ~STLAllocator()108 STLAllocator(const Heap& heap) in STLAllocator() function114 STLAllocator(const STLAllocator<U>& other) in STLAllocator() function118 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; variable145 class Allocator : public STLAllocator<T> {[all …]