Searched refs:art_heap_usage_error (Results 1 – 1 of 1) sorted by relevance
30 static void art_heap_usage_error(const char* function, void* p);32 #define USAGE_ERROR_ACTION(m, p) art_heap_usage_error(__FUNCTION__, p)56 static void art_heap_usage_error(const char* function, void* p) { in art_heap_usage_error() function