Searched refs:sz_allocator (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceMemory.h | 54 template <typename T, typename Traits> struct sz_allocator { struct 65 sz_allocator() : Current() {} in sz_allocator() argument 67 sz_allocator(const sz_allocator<U, Traits> &) : Current() {} in sz_allocator() argument 87 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; argument 119 inline bool operator==(const sz_allocator<T, Traits> &, argument 120 const sz_allocator<U, Traits> &) { 125 inline bool operator!=(const sz_allocator<T, Traits> &, 126 const sz_allocator<U, Traits> &) { 153 using CfgLocalAllocator = sz_allocator<T, CfgAllocatorTraits>; 178 using LivenessAllocator = sz_allocator<T, LivenessAllocatorTraits>;
|