Lines Matching defs:__next_
146 __chunk_footer* __next_;
154 __chunk_footer* next = __first_->__next_;
172 h->__next_ = __first_;
183 __chunk_footer* next = __first_->__next_;
187 for (__chunk_footer* h = __first_; h->__next_ != nullptr; h = h->__next_) {
188 if (h->__next_->__start_ == p) {
189 __chunk_footer* next = h->__next_->__next_;
190 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_);
191 h->__next_ = next;
202 __chunk_footer* __next_;
221 __chunk_footer* next = __first_chunk_->__next_;
250 h->__next_ = __first_chunk_;
489 footer->__next_ = __chunks_;