diff options
Diffstat (limited to 'src/malloc/mallocng/README.mallocng')
-rw-r--r-- | src/malloc/mallocng/README.mallocng | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/malloc/mallocng/README.mallocng b/src/malloc/mallocng/README.mallocng deleted file mode 100644 index da32bf06..00000000 --- a/src/malloc/mallocng/README.mallocng +++ /dev/null @@ -1,13 +0,0 @@ -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. |