summaryrefslogtreecommitdiff
path: root/src/malloc/oldmalloc
AgeCommit message (Expand)AuthorFilesLines
2021-01-30oldmalloc: preserve errno across freeRich Felker1-0/+4
2021-01-30fix build regression in oldmallocRich Felker1-1/+1
2020-11-11lift child restrictions after multi-threaded forkRich Felker1-0/+19
2020-11-11give libc access to its own malloc even if public malloc is interposedRich Felker1-0/+4
2020-06-16only use memcpy realloc to shrink if an exact-sized free chunk existsRich Felker1-0/+12
2020-06-16fix memset overflow in oldmalloc race fix overhaulRich Felker1-1/+1
2020-06-10only disable aligned_alloc if malloc was replaced but it wasn'tRich Felker1-1/+2
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 Felker4-0/+650