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