summaryrefslogtreecommitdiff
path: root/src/malloc/mallocng/README.mallocng
blob: da32bf0653e6798b29c3a16ab4253b994a6918ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.