Searched refs:old_ptr (Results 1 – 1 of 1) sorted by relevance
89 char* old_ptr = (ptr_ == const_cast<char*>(kEmpty)) ? NULL : ptr_; in Reserve() local91 ptr_ = reinterpret_cast<char*>(realloc(old_ptr, new_capacity + 1)); in Reserve()