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