summaryrefslogtreecommitdiff
path: root/src/malloc/mallocng
AgeCommit message (Expand)AuthorFilesLines
2022-10-19disable MADV_FREE usage in mallocngRich Felker2-1/+3
2021-04-16mallocng/aligned_alloc: check for malloc failureDominic Chen1-0/+3
2021-01-30preserve errno across freeRich Felker1-2/+10
2020-11-29fix mallocng regression in malloc_usable_size with null argumentDominic Chen1-0/+1
2020-11-11lift child restrictions after multi-threaded forkRich Felker1-1/+13
2020-11-11give libc access to its own malloc even if public malloc is interposedRich Felker1-0/+4
2020-06-30import mallocngRich Felker7-13/+938
2020-06-29add glue code for mallocng mergeRich Felker3-0/+129