summaryrefslogtreecommitdiff
path: root/src/malloc/malloc_impl.h
AgeCommit message (Expand)Author
2020-06-03move oldmalloc to its own directory under src/mallocRich Felker
2020-06-03move __expand_heap into malloc.cRich Felker
2020-06-03reverse dependency order of memalign and aligned_allocRich Felker
2020-06-02move malloc_impl.h from src/internal to src/mallocRich Felker