Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h42 explicit ChunkAllocator(Chunk *chunk) : chunk_(chunk) {} in ChunkAllocator() function
45 ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_) in ChunkAllocator() function
49 friend class ChunkAllocator; variable
53 ChunkAllocator(ChunkAllocator &&other) noexcept in ChunkAllocator() function