aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/oldmalloc/malloc_impl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker1-0/+0
2020-06-03move __expand_heap into malloc.cRich Felker1-2/+0
2020-06-03reverse dependency order of memalign and aligned_allocRich Felker1-2/+0
2020-06-02move malloc_impl.h from src/internal to src/mallocRich Felker1-0/+0
2020-06-02move declaration of interfaces between malloc and ldso to dynlink.hRich Felker1-4/+1
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