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