move __expand_heap into malloc.c
[oweals/musl.git] / src / malloc / aligned_alloc.c
2020-06-03 Rich Felkerrename aligned_alloc source file back to its proper...
2020-06-03 Rich Felkerrename aligned_alloc source file
2018-09-12 Rich Felkermove __memalign declaration to malloc_impl.h
2013-07-05 Rich Felkermove core memalign code from aligned_alloc to __memalign
2013-07-05 Rich Felkermove alignment check from aligned_alloc to posix_memalign
2012-12-07 Rich Felkerfix invalid read in aligned_alloc
2012-08-26 Rich Felkerimplement "low hanging fruit" from C11