Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp231 static bool VerifyPointer(const void* pointer, const char* function_name) { in VerifyPointer() function
412 if (!VerifyPointer(pointer, "malloc_usable_size")) { in debug_malloc_usable_size()
558 if (!VerifyPointer(pointer, "free")) { in debug_free()
661 if (!VerifyPointer(pointer, "realloc")) { in debug_realloc()