summaryrefslogtreecommitdiff
path: root/apps/tagdb/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagdb/malloc.c')
-rw-r--r--apps/tagdb/malloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagdb/malloc.c b/apps/tagdb/malloc.c
index 78d24f9d4e..dbc2c5b048 100644
--- a/apps/tagdb/malloc.c
+++ b/apps/tagdb/malloc.c
@@ -1,3 +1,4 @@
1#ifdef HAVE_TAGCACHE
1#include "config.h" 2#include "config.h"
2#include "malloc.h" 3#include "malloc.h"
3 4
@@ -129,3 +130,4 @@ void malloc_stats() {
129 printf(" Maximum amount of allocated memory: %dbytes\n", max_total); 130 printf(" Maximum amount of allocated memory: %dbytes\n", max_total);
130 printf(" Current amount of allocated memory: %dbytes\n", total); 131 printf(" Current amount of allocated memory: %dbytes\n", total);
131} 132}
133#endif