Searched refs:debug_malloc (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
D | os_memory_debug.h | 45 debug_malloc(const char *file, unsigned line, const char *function, 84 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
|
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()
|