about summary refs log tree commit diff
path: root/src/malloc/aligned_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* move __memalign declaration to malloc_impl.hRich Felker2018-09-121-2/+1
* move core memalign code from aligned_alloc to __memalignRich Felker2013-07-041-46/+2
* move alignment check from aligned_alloc to posix_memalignRich Felker2013-07-041-1/+1
* fix invalid read in aligned_allocRich Felker2012-12-061-2/+3
* implement "low hanging fruit" from C11Rich Felker2012-08-251-0/+51