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;135 friend class STLAllocator; variable151 STLAllocator<T>(other) {} in Allocator()156 STLAllocator<T>(other) {} in Allocator()161 using STLAllocator<T>::allocate;[all …]