Home
last modified time | relevance | path

Searched defs:ChunkAllocator (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dchunk_allocator.h23 class ChunkAllocator { class
42 explicit ChunkAllocator(Chunk *chunk) : chunk_(chunk) {} in ChunkAllocator() function in panda::ecmascript::ChunkAllocator
45 explicit ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_) in ChunkAllocator() function in panda::ecmascript::ChunkAllocator
[all...]

Completed in 1 milliseconds