move declaration of interfaces between malloc and ldso to dynlink.h
[oweals/musl.git] / src / internal / malloc_impl.h
2020-06-03 Rich Felkermove declaration of interfaces between malloc and ldso...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkermove __memalign declaration to malloc_impl.h
2018-09-12 Rich Felkermove declarations for malloc internals to malloc_impl.h
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
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-19 Rich Felkermove malloc implementation types and macros to an inter...