summaryrefslogtreecommitdiff
path: root/src/malloc/memalign_altname.c
AgeCommit message (Collapse)AuthorLines
2020-06-03rename memalign source file back to its proper nameRich Felker-7/+0
2020-06-03reverse dependency order of memalign and aligned_allocRich Felker-3/+3
this change eliminates the internal __memalign function and makes the memalign and posix_memalign functions completely independent of the malloc implementation, written portably in terms of aligned_alloc.
2020-06-03rename aligned_alloc source fileRich Felker-0/+7
this is the first step of swapping the name of the actual implementation to aligned_alloc while preserving history follow.