lift child restrictions after multi-threaded fork
[musl] / src / malloc / memalign.c
2020-06-03 Rich Felkerrename memalign source file back to its proper name
2020-06-03 Rich Felkerrename aligned_alloc source file back to its proper...
2020-06-03 Rich Felkerreverse dependency order of memalign and aligned_alloc
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-04-20 Rich Felkerreintroduce hardening against partially-replaced allocator
2018-04-20 Rich Felkerreturn chunks split off by memalign using __bin_chunk...
2018-04-20 Rich Felkerusing malloc implementation types/macros/idioms for...
2018-04-19 Rich Felkerrevert detection of partially-replaced allocator
2018-04-18 Rich Felkerallow interposition/replacement of allocator (malloc)
2013-07-24 Rich Felkerremove redundant check in memalign
2013-07-24 Rich Felkerfix heap corruption bug in memalign
2013-07-05 Rich Felkermove core memalign code from aligned_alloc to __memalign
2012-08-26 Rich Felkerimplement "low hanging fruit" from C11
2011-02-12 Rich Felkerinitial check-in, version 0.5.0