Home
last modified time | relevance | path

Searched refs:mapleAllocator (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h217 explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllocator) {} in MapleAllocatorAdapter()
220 MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) in MapleAllocatorAdapter()
231 MapleAllocator *mapleAllocator; member in maple::MapleAllocatorAdapter
249 explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllocator) {} in MapleAllocatorAdapter()
252 MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) in MapleAllocatorAdapter()
276 return reinterpret_cast<T *>(mapleAllocator->Alloc(n * sizeof(T))); in allocate()
297 MapleAllocator *mapleAllocator; member in maple::MapleAllocatorAdapter
303 return lhs.mapleAllocator in operator ==()
[all...]

Completed in 1 milliseconds