Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp58 static void heap_error(const char* msg, const char* function, void* p);
60 heap_error("HEAP MEMORY CORRUPTION", __FUNCTION__, NULL)
62 heap_error("ARGUMENT IS INVALID HEAP ADDRESS", __FUNCTION__, p)
70 static void heap_error(const char* msg, const char* function, void* p) { in heap_error() function