Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dos_memory_debug.h45 debug_malloc(const char *file, unsigned line, const char *function,
84 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
Du_debug_memory.c124 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()