Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h32 class MapleAllocatorAdapter; // circular dependency exists, no other choice variable
67 friend class MapleAllocatorAdapter; variable
111 class MapleAllocatorAdapter; // circular dependency exists, no other choice variable
217 …explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllo… in MapleAllocatorAdapter() function
220MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) in MapleAllocatorAdapter() function
249 …explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllo… in MapleAllocatorAdapter() function
252MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) in MapleAllocatorAdapter() function