aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/aligned_alloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-12move __memalign declaration to malloc_impl.hRich Felker1-2/+1
2013-07-04move core memalign code from aligned_alloc to __memalignRich Felker1-46/+2
2013-07-04move alignment check from aligned_alloc to posix_memalignRich Felker1-1/+1
2012-12-06fix invalid read in aligned_allocRich Felker1-2/+3
2012-08-25implement "low hanging fruit" from C11Rich Felker1-11/+15
2011-06-29posix_memalign should fail if size is not a multiple of sizeof(void *)Rich Felker1-1/+1