Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dallocator_adapter.h23 class AllocatorAdapter; variable
46 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() function
52 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function
71 friend class AllocatorAdapter; variable
99 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() function
105 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function
166 friend class AllocatorAdapter; variable
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h72 class AllocatorAdapter; variable