Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only use memcpy realloc to shrink if an exact-sized free chunk exists | Rich Felker | 2020-06-16 | 1 | -0/+12 |
* | fix memset overflow in oldmalloc race fix overhaul | Rich Felker | 2020-06-16 | 1 | -1/+1 |
* | only disable aligned_alloc if malloc was replaced but it wasn't | Rich Felker | 2020-06-10 | 1 | -1/+2 |
* | reintroduce calloc elison of memset for direct-mmapped allocations | Rich Felker | 2020-06-10 | 1 | -0/+5 |
* | move __malloc_replaced to a top-level malloc file | Rich Felker | 2020-06-10 | 1 | -2/+0 |
* | switch to a common calloc implementation | Rich Felker | 2020-06-10 | 1 | -36/+0 |
* | move oldmalloc to its own directory under src/malloc | Rich Felker | 2020-06-03 | 4 | -0/+650 |