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