about summary refs log tree commit diff
path: root/src/malloc/mallocng
Commit message (Expand)AuthorAgeFilesLines
* mallocng/aligned_alloc: check for malloc failureDominic Chen2021-04-161-0/+3
* preserve errno across freeRich Felker2021-01-301-2/+10
* fix mallocng regression in malloc_usable_size with null argumentDominic Chen2020-11-291-0/+1
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-1/+13
* give libc access to its own malloc even if public malloc is interposedRich Felker2020-11-111-0/+4
* import mallocngRich Felker2020-06-307-13/+938
* add glue code for mallocng mergeRich Felker2020-06-293-0/+129