Home | History | Annotate | Download | only in src

Lines Matching defs:next_chunk_

315   MemoryChunk* next_chunk() const { return next_chunk_; }
318 void set_next_chunk(MemoryChunk* next) { next_chunk_ = next; }
605 MemoryChunk* next_chunk_;