Searched refs:debug_malloc (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_memory_debug.h | 48 debug_malloc(const char *file, unsigned line, const char *function, 81 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_memory_debug.h | 48 debug_malloc(const char *file, unsigned line, const char *function, 81 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_memory.c | 124 debug_malloc(const char *file, unsigned line, const char *function, in debug_malloc() function 215 void *ptr = debug_malloc( file, line, function, count * size ); in debug_calloc() 230 return debug_malloc( file, line, function, new_size ); in debug_realloc()
|