summaryrefslogtreecommitdiff
path: root/src/malloc/mallocng/README.mallocng
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc/mallocng/README.mallocng')
-rw-r--r--src/malloc/mallocng/README.mallocng13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/malloc/mallocng/README.mallocng b/src/malloc/mallocng/README.mallocng
new file mode 100644
index 00000000..da32bf06
--- /dev/null
+++ b/src/malloc/mallocng/README.mallocng
@@ -0,0 +1,13 @@
+This directory is a skeleton for upcoming merge of musl's new malloc
+implementation, mallocng. To use it, drop in copies of or symlinks to
+the following files from mallocng:
+
+- meta.h
+- malloc.c
+- realloc.c
+- free.c
+- aligned_alloc.c
+- malloc_usable_size.c
+
+and build with make variable MALLOC_DIR=mallocng in config.mak or on
+make command line.