util: move debug_memory_{begin,end} to os_memory_debug.h
[mesa.git] / src / gallium / auxiliary / util / u_debug_gallium.h
index 0710ce2b7034dfec60a5408399f06d87ba004d7f..df4e919c803d5118fc743bcecb6d5c431684eda5 100644 (file)
 extern "C" {
 #endif
 
-unsigned long
-debug_memory_begin(void);
-
-void 
-debug_memory_end(unsigned long beginning);
-
 #ifdef DEBUG
 void debug_print_format(const char *msg, unsigned fmt);
 #else