summaryrefslogtreecommitdiff
path: root/src/malloc/oldmalloc/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16fix memset overflow in oldmalloc race fix overhaulRich Felker1-1/+1
2020-06-10reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker1-0/+5
2020-06-10move __malloc_replaced to a top-level malloc fileRich Felker1-2/+0
2020-06-10switch to a common calloc implementationRich Felker1-36/+0
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker1-0/+550