summaryrefslogtreecommitdiff
path: root/src/internal/malloc_impl.h
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-1/+0
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker-3/+3
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-5/+1
2018-09-12move __memalign declaration to malloc_impl.hRich Felker-0/+2
2018-09-12move declarations for malloc internals to malloc_impl.hRich Felker-0/+4
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-4/+4
2018-04-19reintroduce hardening against partially-replaced allocatorRich Felker-0/+3
2018-04-19return chunks split off by memalign using __bin_chunk instead of freeRich Felker-0/+3
2018-04-19move malloc implementation types and macros to an internal headerRich Felker-0/+39