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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
72 debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size )
/external/chromium_org/third_party/mesa/src/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 );
/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 182 milliseconds