summaryrefslogtreecommitdiff
path: root/src/malloc/mallocng
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc/mallocng')
-rw-r--r--src/malloc/mallocng/glue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/malloc/mallocng/glue.h b/src/malloc/mallocng/glue.h
index 16acd1ea..8d7d9a3b 100644
--- a/src/malloc/mallocng/glue.h
+++ b/src/malloc/mallocng/glue.h
@@ -20,6 +20,10 @@
#define is_allzero __malloc_allzerop
#define dump_heap __dump_heap
+#define malloc __libc_malloc_impl
+#define realloc __libc_realloc
+#define free __libc_free
+
#if USE_REAL_ASSERT
#include <assert.h>
#else