Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Drunslots_allocator_stl_adapter.h24 class RunSlotsAllocatorAdapter; variable
41 …explicit RunSlotsAllocatorAdapter(RunSlotsAllocator<AllocConfigT, LockConfigT> *allocator) : alloc… in RunSlotsAllocatorAdapter() function
46 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() function
58 friend class RunSlotsAllocatorAdapter; variable
80 explicit RunSlotsAllocatorAdapter(AllocConfigT *allocator) : allocator_(allocator) {} in RunSlotsAllocatorAdapter() function
83 RunSlotsAllocatorAdapter(const RunSlotsAllocatorAdapter<U, AllocConfigT, LockConfigT> &other) in RunSlotsAllocatorAdapter() function
89 RunSlotsAllocatorAdapter(RunSlotsAllocatorAdapter &&other) noexcept in RunSlotsAllocatorAdapter() function
150 friend class RunSlotsAllocatorAdapter; variable
Drunslots_allocator.h56 class RunSlotsAllocatorAdapter; variable