Home
last modified time | relevance | path

Searched defs:sz_allocator (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMemory.h54 template <typename T, typename Traits> struct sz_allocator { struct
65 sz_allocator() : Current() {} in sz_allocator() function
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
111 template <class Traits> struct sz_allocator_scope { argument
120 inline bool operator==(const sz_allocator<T, Traits> &, argument