X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=inline;f=src%2Futil%2Fos_memory_debug.h;h=020f46fb3d1371406c7d6200d80d6a22abedcefc;hb=HEAD;hp=8f3e936cbbf5b53f990c12d547302ec7968425c7;hpb=87adc898b32778f86a488e22c3f7d0744eae245e;p=mesa.git diff --git a/src/util/os_memory_debug.h b/src/util/os_memory_debug.h index 8f3e936cbbf..020f46fb3d1 100644 --- a/src/util/os_memory_debug.h +++ b/src/util/os_memory_debug.h @@ -57,6 +57,12 @@ void * debug_realloc(const char *file, unsigned line, const char *function, void *old_ptr, size_t old_size, size_t new_size ); +unsigned long +debug_memory_begin(void); + +void +debug_memory_end(unsigned long start_no); + void debug_memory_tag(void *ptr, unsigned tag);