about summary refs log tree commit diff
path: root/src/malloc/memalign.c
Commit message (Expand)AuthorAgeFilesLines
* rename memalign source file back to its proper nameRich Felker2020-06-031-0/+7
* rename aligned_alloc source file back to its proper nameRich Felker2020-06-031-52/+0
* reverse dependency order of memalign and aligned_allocRich Felker2020-06-031-3/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* reintroduce hardening against partially-replaced allocatorRich Felker2018-04-191-1/+1
* return chunks split off by memalign using __bin_chunk instead of freeRich Felker2018-04-191-1/+1
* using malloc implementation types/macros/idioms for memalignRich Felker2018-04-191-20/+22
* revert detection of partially-replaced allocatorRich Felker2018-04-191-3/+1
* allow interposition/replacement of allocator (malloc)Rich Felker2018-04-181-4/+2
* remove redundant check in memalignRich Felker2013-07-231-1/+1
* fix heap corruption bug in memalignRich Felker2013-07-231-1/+3
* move core memalign code from aligned_alloc to __memalignRich Felker2013-07-041-2/+50
* implement "low hanging fruit" from C11Rich Felker2012-08-251-7/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+13