Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h23 class AllocatorAdapter; variable
51 AllocatorAdapter(const AllocatorAdapter<U, ALLOC_SCOPE_T> &other) : allocator_(other.allocator_) in AllocatorAdapter() function
66 friend class AllocatorAdapter; variable
98 AllocatorAdapter(const AllocatorAdapter<U, ALLOC_SCOPE_T> &other) : allocator_(other.allocator_) in AllocatorAdapter() function
155 friend class AllocatorAdapter; variable
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h70 class AllocatorAdapter; variable