Home
last modified time | relevance | path

Searched refs:newbuf (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp4938 char* newbuf = static_cast<char*>(std::realloc(buf, sz)); in __cxa_demangle() local
4939 if (newbuf == nullptr) in __cxa_demangle()
4946 buf = newbuf; in __cxa_demangle()