5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/calloc.html}
7 Gnulib module: calloc-posix
9 Portability problems fixed by Gnulib:
12 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
17 Portability problems not fixed by Gnulib:
21 Extension: Gnulib provides a module @samp{calloc-gnu} that substitutes a
22 @code{calloc} implementation that behaves more like the glibc implementation.