Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util.cpp89 char* old_ptr = (ptr_ == const_cast<char*>(kEmpty)) ? NULL : ptr_; in Reserve() local
91 ptr_ = reinterpret_cast<char*>(realloc(old_ptr, new_capacity + 1)); in Reserve()