summaryrefslogtreecommitdiff
path: root/lib/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/memory.h')
-rw-r--r--lib/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/memory.h b/lib/memory.h
index 2680253d98..8f7d85a983 100644
--- a/lib/memory.h
+++ b/lib/memory.h
@@ -172,6 +172,7 @@ static inline size_t mtype_stats_alloc(struct memtype *mt)
* last value from qmem_walk_fn. */
typedef int qmem_walk_fn (void *arg, struct memgroup *mg, struct memtype *mt);
extern int qmem_walk (qmem_walk_fn *func, void *arg);
+extern void log_memstats_stderr (const char *);
extern void memory_oom (size_t size, const char *name);