Searched refs:newbuf (Results 1 – 1 of 1) sorted by relevance
4938 char* newbuf = static_cast<char*>(std::realloc(buf, sz)); in __cxa_demangle() local4939 if (newbuf == nullptr) in __cxa_demangle()4946 buf = newbuf; in __cxa_demangle()