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> &) in sz_allocator() function 88 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; argument 120 inline bool operator==(const sz_allocator<T, Traits> &, argument 121 const sz_allocator<U, Traits> &) { 126 inline bool operator!=(const sz_allocator<T, Traits> &, 127 const sz_allocator<U, Traits> &) { 154 using CfgLocalAllocator = sz_allocator<T, CfgAllocatorTraits>; 179 using LivenessAllocator = sz_allocator<T, LivenessAllocatorTraits>;
|