summaryrefslogtreecommitdiff
path: root/src/malloc/aligned_alloc.c
AgeCommit message (Expand)AuthorLines
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker-52/+0
2020-06-03rename aligned_alloc source file back to its proper nameRich Felker-0/+52
2020-06-03rename aligned_alloc source fileRich Felker-7/+0
2018-09-12move __memalign declaration to malloc_impl.hRich Felker-2/+1
2013-07-04move core memalign code from aligned_alloc to __memalignRich Felker-46/+2
2013-07-04move alignment check from aligned_alloc to posix_memalignRich Felker-1/+1
2012-12-06fix invalid read in aligned_allocRich Felker-2/+3
2012-08-25implement "low hanging fruit" from C11Rich Felker-0/+51