summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Type-cast getpagesize() from int to size_t for the comparison with d.claudio2021-03-181-2/+2
* Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)otto2017-03-061-0/+81