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