gallium: Allow to debug memory leaks in nested scopes.

This commit is contained in:
José Fonseca
2008-04-08 11:30:36 +09:00
parent 985134211d
commit 4e2127b0e5
2 changed files with 11 additions and 11 deletions

View File

@@ -304,11 +304,11 @@ 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_reset(void);
unsigned long
debug_memory_begin(void);
void
debug_memory_report(void);
debug_memory_end(unsigned long beginning);
#ifdef __cplusplus