Lines Matching defs:newbuf
4256 char *newbuf = static_cast<char *>(std::realloc(buf, sz)); 4257 if (newbuf == nullptr) { 4261 buf = newbuf;