summaryrefslogtreecommitdiff
path: root/src/malloc/oldmalloc
AgeCommit message (Expand)AuthorLines
2021-01-30oldmalloc: preserve errno across freeRich Felker-0/+4
2021-01-30fix build regression in oldmallocRich Felker-1/+1
2020-11-11lift child restrictions after multi-threaded forkRich Felker-0/+19
2020-11-11give libc access to its own malloc even if public malloc is interposedRich Felker-0/+4
2020-06-16only use memcpy realloc to shrink if an exact-sized free chunk existsRich Felker-0/+12
2020-06-16fix memset overflow in oldmalloc race fix overhaulRich Felker-1/+1
2020-06-10only disable aligned_alloc if malloc was replaced but it wasn'tRich Felker-1/+2
2020-06-10reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker-0/+5
2020-06-10move __malloc_replaced to a top-level malloc fileRich Felker-2/+0
2020-06-10switch to a common calloc implementationRich Felker-36/+0
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker-0/+650