HomeSort by relevance Sort by last modified time
    Searched full:art_heap_usage_error (Results 1 - 1 of 1) sorted by null

  /art/runtime/gc/allocator/
dlmalloc.cc 29 static void art_heap_usage_error(const char* function, void* p);
31 #define USAGE_ERROR_ACTION(m, p) art_heap_usage_error(__FUNCTION__, p)
53 static void art_heap_usage_error(const char* function, void* p) { function

Completed in 86 milliseconds