Home
last modified time | relevance | path

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

/system/logging/liblog/
Dpmsg_reader.cpp154 static void* realloc_or_free(void* ptr, size_t new_size) { in realloc_or_free() function
414 buf = static_cast<char*>(realloc_or_free(buf, len + sizeof(char) + sizeof(char))); in __android_log_pmsg_file_read()
429 buf = static_cast<char*>(realloc_or_free(buf, len + add_len + sizeof(char))); in __android_log_pmsg_file_read()