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 | -1/+3 |
* | move alignment check from aligned_alloc to posix_memalign | Rich Felker | 2013-07-04 | 1 | -0/+1 |
* | implement "low hanging fruit" from C11 | Rich Felker | 2012-08-25 | 1 | -40/+3 |
* | posix_memalign should fail if size is not a multiple of sizeof(void *) | Rich Felker | 2011-06-29 | 1 | -1/+1 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+47 |