Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-09-12 | move __memalign declaration to malloc_impl.h | Rich Felker | -2/+1 |
2013-07-04 | move core memalign code from aligned_alloc to __memalign | Rich Felker | -46/+2 |
2013-07-04 | move alignment check from aligned_alloc to posix_memalign | Rich Felker | -1/+1 |
2012-12-06 | fix invalid read in aligned_alloc | Rich Felker | -2/+3 |
2012-08-25 | implement "low hanging fruit" from C11 | Rich Felker | -0/+51 |