about summary refs log tree commit diff
path: root/src/malloc/oldmalloc/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker2020-06-101-0/+5
* move __malloc_replaced to a top-level malloc fileRich Felker2020-06-101-2/+0
* switch to a common calloc implementationRich Felker2020-06-101-36/+0
* move oldmalloc to its own directory under src/mallocRich Felker2020-06-031-0/+550