Searched defs:heap_error (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp60 static void heap_error(const char* msg, const char* function, void* p);
62 heap_error("HEAP MEMORY CORRUPTION", __FUNCTION__, NULL)
64 heap_error("ARGUMENT IS INVALID HEAP ADDRESS", __FUNCTION__, p)
68 static void heap_error(const char* msg, const char* function, void* p) { function in namespace:android

Completed in 64 milliseconds