summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/recallocarray.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-06Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto1-0/+81
with the added feature that released memory is cleared. Much input from various developers. ok deraadt@ tom@