Lines Matching full:next_chunk_
417 + kPointerSize // AtomicValue next_chunk_480 MemoryChunk* next_chunk() { return next_chunk_.Value(); }484 void set_next_chunk(MemoryChunk* next) { next_chunk_.SetValue(next); }780 // next_chunk_ holds a pointer of type MemoryChunk781 AtomicValue<MemoryChunk*> next_chunk_;