Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2011-04-04 | fix rare but nasty under-allocation bug in malloc with large requests | Rich Felker | -1/+1 |
2011-04-01 | avoid over-allocation of brk on first malloc | Rich Felker | -4/+4 |
2011-03-23 | very cheap double-free checks in malloc | Rich Felker | -0/+4 |
2011-02-20 | make malloc(0) return unique pointers rather than NULL | Rich Felker | -5/+9 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+515 |