Home | History | Annotate | Download | only in heap

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 MemoryChunk
781 AtomicValue<MemoryChunk*> next_chunk_;