Home
last modified time | relevance | path

Searched refs:sz_allocator_scope (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMemory.h110 template <class Traits> struct sz_allocator_scope { struct
111 explicit sz_allocator_scope(typename Traits::manager_type *Manager) { in sz_allocator_scope() argument
115 ~sz_allocator_scope() { Traits::set_current(nullptr); } in ~sz_allocator_scope() argument
155 using CfgLocalAllocatorScope = sz_allocator_scope<CfgAllocatorTraits>;
180 using LivenessAllocatorScope = sz_allocator_scope<LivenessAllocatorTraits>;