summaryrefslogtreecommitdiff
path: root/src/malloc/malloc_impl.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker1-39/+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/+43