Searched refs:__bionic_heap_usage_error (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Ddlmalloc.c24 static void __bionic_heap_usage_error(const char* function, void* address);
27 #define USAGE_ERROR_ACTION(m,p) __bionic_heap_usage_error(__FUNCTION__, p)
44 static void __bionic_heap_usage_error(const char* function, void* address) { function

Completed in 62 milliseconds