summaryrefslogtreecommitdiff
path: root/src/malloc/memalign.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-03rename memalign source file back to its proper nameRich Felker1-0/+7
2020-06-03rename aligned_alloc source file back to its proper nameRich Felker1-52/+0
2020-06-03reverse dependency order of memalign and aligned_allocRich Felker1-3/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2018-04-19reintroduce hardening against partially-replaced allocatorRich Felker1-1/+1
2018-04-19return chunks split off by memalign using __bin_chunk instead of freeRich Felker1-1/+1
2018-04-19using malloc implementation types/macros/idioms for memalignRich Felker1-20/+22
2018-04-19revert detection of partially-replaced allocatorRich Felker1-3/+1
2018-04-18allow interposition/replacement of allocator (malloc)Rich Felker1-4/+2
2013-07-23remove redundant check in memalignRich Felker1-1/+1
2013-07-23fix heap corruption bug in memalignRich Felker1-1/+3
2013-07-04move core memalign code from aligned_alloc to __memalignRich Felker1-2/+50
2012-08-25implement "low hanging fruit" from C11Rich Felker1-7/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+13