gallium: Fix uninitialized variable warning in compute test.
[mesa.git] / src / gallium / auxiliary / os / os_memory_debug.h
index c664be9aad58f5e1739a2b5d35182689d684dc4f..9a487dec05c8e181f2d826f5527f66b259bb98da 100644 (file)
@@ -60,6 +60,15 @@ void *
 debug_realloc(const char *file, unsigned line, const char *function,
               void *old_ptr, size_t old_size, size_t new_size );
 
+void
+debug_memory_tag(void *ptr, unsigned tag);
+
+void
+debug_memory_check_block(void *ptr);
+
+void 
+debug_memory_check(void);
+
 
 #ifdef __cplusplus
 }