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