summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-061-0/+81
with the added feature that released memory is cleared. Much input from various developers. ok deraadt@ tom@