Lines Matching defs:__start_
147 char* __start_;
149 size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); }
155 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_);
173 h->__start_ = (char*)result;
182 if (__first_->__start_ == p) {
188 if (h->__next_->__start_ == p) {
203 char* __start_;
205 size_t __allocation_size() { return (reinterpret_cast<char*>(this) - __start_) + sizeof(*this); }
222 upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_->__align_);
251 h->__start_ = (char*)result;
446 size_t new_capacity = (self.__cur_ - self.__start_);
461 size_t newsize = (__initial_.__start_ != nullptr) ? (__initial_.__end_ - __initial_.__start_) : __initial_.__size_;
490 footer->__start_ = start;