Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
81 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
/external/mesa3d/src/gallium/auxiliary/util/
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()