about summary refs log tree commit diff
path: root/src/malloc/aligned_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* move oldmalloc to its own directory under src/mallocRich Felker2020-06-031-52/+0
* rename aligned_alloc source file back to its proper nameRich Felker2020-06-031-0/+52
* rename aligned_alloc source fileRich Felker2020-06-031-7/+0
* 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