Home | History | Annotate | Download | only in heap

Lines Matching refs:set_next_chunk

493   set_next_chunk(this);
527 chunk->set_next_chunk(nullptr);
604 set_next_chunk(other_next);
607 other->set_next_chunk(this);
615 prev_element->set_next_chunk(next_element);
617 set_next_chunk(NULL);