Home | History | Annotate | Download | only in heap

Lines Matching full:other_next

552   MemoryChunk* other_next = other->next_chunk();
554 set_next_chunk(other_next);
556 other_next->set_prev_chunk(this);