Improve the clean-up of outdated IAuth instances on rehash (SF bug #2789656).
[ircu2.10.12-pk.git] / include / memdebug.h
index a31364867e1afef2b7784d39e3723ee4683bef73..1c92d9531ce6d6278dec2ebd9a114b5c6e507b95 100644 (file)
@@ -2,4 +2,7 @@
 
 void *dbg_malloc(size_t size, const char *type, const char *file, int line);
 void *dbg_malloc_zero(size_t size, const char *type, const char *file, int line);
+void *dbg_realloc(void *ptr, size_t size, const char *file, int line);
 void dbg_free(void *ptr, const char *file, int line);
+size_t fda_get_byte_count(void);
+size_t fda_get_block_count(void);