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

/art/runtime/gc/allocator/
H A Ddlmalloc.cc28 static void art_heap_usage_error(const char* function, void* p);
30 #define USAGE_ERROR_ACTION(m, p) art_heap_usage_error(__FUNCTION__, p)
45 static void art_heap_usage_error(const char* function, void* p) { function

Completed in 46 milliseconds