Home | History | Annotate | Download | only in src

Lines Matching refs:prev_chunk_

472   prev_chunk_ = other;
473 other->next_chunk_->prev_chunk_ = this;
483 next_chunk_->prev_chunk_ = prev_chunk_;
484 prev_chunk_->next_chunk_ = next_chunk_;
485 prev_chunk_ = NULL;