Searched defs:ChunkAllocator (Results 1 – 1 of 1) sorted by relevance
42 explicit ChunkAllocator(Chunk *chunk) : chunk_(chunk) {} in ChunkAllocator() function45 ChunkAllocator(const ChunkAllocator<U> &other) : chunk_(other.chunk_) in ChunkAllocator() function49 friend class ChunkAllocator; variable53 ChunkAllocator(ChunkAllocator &&other) noexcept in ChunkAllocator() function