Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020年06月03日 | reverse dependency order of memalign and aligned_alloc | Rich Felker | -2/+1 |
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 | -1/+3 |
2013年07月04日 | move alignment check from aligned_alloc to posix_memalign | Rich Felker | -0/+1 |
2012年08月25日 | implement "low hanging fruit" from C11 | Rich Felker | -40/+3 |
2011年06月29日 | posix_memalign should fail if size is not a multiple of sizeof(void *) | Rich Felker | -1/+1 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+47 |