added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / memdebug.h
index bff560326911f613b00fadd1e65fb256dca197b5..1c92d9531ce6d6278dec2ebd9a114b5c6e507b95 100644 (file)
@@ -4,3 +4,5 @@ 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);