root/doc_inner/gnu_global/Y/191.html

/* [<][>][^][v][top][bottom][index][help] */
<!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>size</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.5' />
<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/2424.html#L34'>size</a>               34 include/cmem.h void *malloc_chk(size_t size, const char *tag);</span>
<span class='curline'><a href='../S/2424.html#L47'>size</a>               47 include/cmem.h void *calloc_chk(size_t nmemb, size_t size, const char *tag);</span>
<span class='curline'><a href='../S/2831.html#L3'>size</a>                3 src/cmem.c     void *malloc_chk(size_t size, const char *tag)</span>
<span class='curline'><a href='../S/2831.html#L7'>size</a>                7 src/cmem.c         if((p = malloc(size)) == NULL) {</span>
<span class='curline'><a href='../S/2831.html#L11'>size</a>               11 src/cmem.c         return memset(p, 0, size);</span>
<span class='curline'><a href='../S/2831.html#L14'>size</a>               14 src/cmem.c     void *calloc_chk(size_t nmemb, size_t size, const char *tag)</span>
<span class='curline'><a href='../S/2831.html#L18'>size</a>               18 src/cmem.c         if((p = calloc(nmemb, size)) == NULL) {</span>
</pre>
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */