about summary refs log tree commit diff
path: root/src/internal/malloc_impl.h
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* apply hidden visibility to various remaining internal interfacesRich Felker2018-09-121-3/+3
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-5/+1
* move __memalign declaration to malloc_impl.hRich Felker2018-09-121-0/+2
* move declarations for malloc internals to malloc_impl.hRich Felker2018-09-121-0/+4
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-4/+4
* reintroduce hardening against partially-replaced allocatorRich Felker2018-04-191-0/+3
* return chunks split off by memalign using __bin_chunk instead of freeRich Felker2018-04-191-0/+3
* move malloc implementation types and macros to an internal headerRich Felker2018-04-191-0/+39