summaryrefslogtreecommitdiff
path: root/src/malloc/posix_memalign.c
AgeCommit message (Expand)AuthorLines
2020-06-03reverse dependency order of memalign and aligned_allocRich Felker-2/+1
2018-09-12move __memalign declaration to malloc_impl.hRich Felker-2/+1
2013-07-04move core memalign code from aligned_alloc to __memalignRich Felker-1/+3
2013-07-04move alignment check from aligned_alloc to posix_memalignRich Felker-0/+1
2012-08-25implement "low hanging fruit" from C11Rich Felker-40/+3
2011-06-29posix_memalign should fail if size is not a multiple of sizeof(void *)Rich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+47