Home
last modified time | relevance | path

Searched refs:debug_free (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory_debug.h56 debug_free(const char *file, unsigned line, const char *function,
85 debug_free( __FILE__, __LINE__, __FUNCTION__, _ptr )
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_memory_debug.h56 debug_free(const char *file, unsigned line, const char *function,
85 debug_free( __FILE__, __LINE__, __FUNCTION__, _ptr )
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c164 debug_free(const char *file, unsigned line, const char *function, in debug_free() function
233 debug_free( file, line, function, old_ptr ); in debug_realloc()