Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-06-16 | fix memset overflow in oldmalloc race fix overhaul | Rich Felker | 1 | -1/+1 |
2020-06-10 | reintroduce calloc elison of memset for direct-mmapped allocations | Rich Felker | 1 | -0/+5 |
2020-06-10 | move __malloc_replaced to a top-level malloc file | Rich Felker | 1 | -2/+0 |
2020-06-10 | switch to a common calloc implementation | Rich Felker | 1 | -36/+0 |
2020-06-03 | move oldmalloc to its own directory under src/malloc | Rich Felker | 1 | -0/+550 |