Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Ddlmalloc.cc30 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