<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>calloc_chk</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.14' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/3010.html#L55'>calloc_chk</a> 55 include/cmem.h void *calloc_chk(size_t nmemb, size_t size, const char *tag);</span> <span class='curline'><a href='../S/3448.html#L166'>calloc_chk</a> 166 src/casl2.c asfile = calloc_chk(asfilecnt, sizeof(char *), "asfile");</span> <span class='curline'><a href='../S/3443.html#L141'>calloc_chk</a> 141 src/label.c l = calloc_chk(labelcnt, sizeof(LABELARRAY **), "labels");</span> <span class='curline'><a href='../S/3457.html#L282'>calloc_chk</a> 282 src/struct.c sys->memory = calloc_chk(sys->memsize, sizeof(WORD), "comet2_init.memory");</span> </pre> </body> </html>