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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_memory.c110 debug_malloc(const char *file, unsigned line, const char *function, function
185 void *ptr = debug_malloc( file, line, function, count * size );
200 return debug_malloc( file, line, function, new_size );

Completed in 117 milliseconds