Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/
Dallocator_adapter.h24 class AllocatorAdapter; variable
47 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() function
53 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function
72 friend class AllocatorAdapter; variable
100 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() function
106 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function
161 friend class AllocatorAdapter; variable
/ark/runtime_core/runtime/include/mem/
Dallocator.h71 class AllocatorAdapter; variable