diff options
Diffstat (limited to 'lib/memory.h')
-rw-r--r-- | lib/memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/memory.h b/lib/memory.h index fd9f1b97..09fddf85 100644 --- a/lib/memory.h +++ b/lib/memory.h @@ -85,6 +85,8 @@ extern void mtype_zfree (const char *file, int line, int type, extern char *mtype_zstrdup (const char *file, int line, int type, const char *str); extern void memory_init (void); +extern void memory_init_r (void); +extern void memory_finish (void); extern void log_memstats_stderr (const char *); /* return number of allocations outstanding for the type */ |