Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-01-30 | oldmalloc: preserve errno across free | Rich Felker | -0/+4 |
2021-01-30 | fix build regression in oldmalloc | Rich Felker | -1/+1 |
2020-11-11 | lift child restrictions after multi-threaded fork | Rich Felker | -0/+19 |
2020-11-11 | give libc access to its own malloc even if public malloc is interposed | Rich Felker | -0/+4 |
2020-06-16 | only use memcpy realloc to shrink if an exact-sized free chunk exists | Rich Felker | -0/+12 |
2020-06-16 | fix memset overflow in oldmalloc race fix overhaul | Rich Felker | -1/+1 |
2020-06-10 | only disable aligned_alloc if malloc was replaced but it wasn't | Rich Felker | -1/+2 |
2020-06-10 | reintroduce calloc elison of memset for direct-mmapped allocations | Rich Felker | -0/+5 |
2020-06-10 | move __malloc_replaced to a top-level malloc file | Rich Felker | -2/+0 |
2020-06-10 | switch to a common calloc implementation | Rich Felker | -36/+0 |
2020-06-03 | move oldmalloc to its own directory under src/malloc | Rich Felker | -0/+650 |