Home | History | Annotate | Download | only in Demangle

Lines Matching defs:newbuf

4256       char *newbuf = static_cast<char *>(std::realloc(buf, sz));

4257 if (newbuf == nullptr) {
4261 buf = newbuf;