summaryrefslogtreecommitdiff
path: root/src/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc')
-rw-r--r--src/malloc/mallocng/glue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/malloc/mallocng/glue.h b/src/malloc/mallocng/glue.h
index 8c2586fb..c347a4ef 100644
--- a/src/malloc/mallocng/glue.h
+++ b/src/malloc/mallocng/glue.h
@@ -36,8 +36,10 @@
#define brk(p) ((uintptr_t)__syscall(SYS_brk, p))
#define mmap __mmap
+#define munmap __munmap
#define madvise __madvise
#define mremap __mremap
+#define mprotect __mprotect
#define DISABLE_ALIGNED_ALLOC (__malloc_replaced && !__aligned_alloc_replaced)