about summary refs log tree commit diff
path: root/src/malloc/oldmalloc
Commit message (Expand)AuthorAgeFilesLines
* oldmalloc: preserve errno across freeRich Felker2021-01-301-0/+4
* fix build regression in oldmallocRich Felker2021-01-301-1/+1
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+19
* give libc access to its own malloc even if public malloc is interposedRich Felker2020-11-111-0/+4
* only use memcpy realloc to shrink if an exact-sized free chunk existsRich Felker2020-06-161-0/+12
* fix memset overflow in oldmalloc race fix overhaulRich Felker2020-06-161-1/+1
* only disable aligned_alloc if malloc was replaced but it wasn'tRich Felker2020-06-101-1/+2
* reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker2020-06-101-0/+5
* move __malloc_replaced to a top-level malloc fileRich Felker2020-06-101-2/+0
* switch to a common calloc implementationRich Felker2020-06-101-36/+0
* move oldmalloc to its own directory under src/mallocRich Felker2020-06-034-0/+650