Home | History | Annotate | Download | only in src

Lines Matching refs:new_buf

181     T* new_buf = new T[sz];
182 memcpy(new_buf, this->buffer_,
186 this->buffer_ = new_buf;