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/
H A Dmempool_allocator.h207 class MapleAllocatorAdapter<void> { global() class
217 explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllocator) {} MapleAllocatorAdapter() function in maple::MapleAllocatorAdapter
220 MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) MapleAllocatorAdapter() function in maple::MapleAllocatorAdapter
235 class MapleAllocatorAdapter { global() class
249 explicit MapleAllocatorAdapter(MapleAllocator &currMapleAllocator) : mapleAllocator(&currMapleAllocator) {} MapleAllocatorAdapter() function in maple::MapleAllocatorAdapter
252 MapleAllocatorAdapter(const MapleAllocatorAdapter<U> &other) : mapleAllocator(other.mapleAllocator) MapleAllocatorAdapter() function in maple::MapleAllocatorAdapter
[all...]

Completed in 2 milliseconds