summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn12 days1-81/+0
* 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