Lines Matching defs:newbuf
4938 char* newbuf = static_cast<char*>(std::realloc(buf, sz));4939 if (newbuf == nullptr)4946 buf = newbuf;