about summary refs log tree commit diff
path: root/src/malloc/posix_memalign.c
Commit message (Expand)AuthorAgeFilesLines
* reverse dependency order of memalign and aligned_allocRich Felker2020-06-031-2/+1
* move __memalign declaration to malloc_impl.hRich Felker2018-09-121-2/+1
* move core memalign code from aligned_alloc to __memalignRich Felker2013-07-041-1/+3
* move alignment check from aligned_alloc to posix_memalignRich Felker2013-07-041-0/+1
* implement "low hanging fruit" from C11Rich Felker2012-08-251-40/+3
* posix_memalign should fail if size is not a multiple of sizeof(void *)Rich Felker2011-06-291-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+47