summaryrefslogtreecommitdiff
path: root/src/malloc/calloc.c
AgeCommit message (Expand)Author
2020-06-10reintroduce calloc elison of memset for direct-mmapped allocationsRich Felker
2020-06-10switch to a common calloc implementationRich Felker
2018-04-18allow interposition/replacement of allocator (malloc)Rich Felker
2015-06-22fix calloc when __simple_malloc implementation is usedRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker