<!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>malloc</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/2831.html#L7'>malloc</a> 7 src/cmem.c if((p = malloc(size)) == NULL) {</span> <span class='curline'><a href='../S/989.html#L9'>malloc</a> 9 test/unit/getgr/cmd.c char *title = malloc(64);</span> <span class='curline'><a href='../S/954.html#L14'>malloc</a> 14 test/unit/hash/cmd.c keys[i] = malloc(sizeof(HKEY));</span> <span class='curline'><a href='../S/954.html#L29'>malloc</a> 29 test/unit/hash/cmd.c keys[i] = malloc(sizeof(HKEY));</span> <span class='curline'><a href='../S/954.html#L45'>malloc</a> 45 test/unit/hash/cmd.c keys[cnt] = malloc(sizeof(HKEY));</span> <span class='curline'><a href='../S/954.html#L50'>malloc</a> 50 test/unit/hash/cmd.c keys[cnt] = malloc(sizeof(HKEY));</span> <span class='curline'><a href='../S/951.html#L23'>malloc</a> 23 test/unit/linetok/cmd.c CMDLINE *testcl = malloc(sizeof(CMDLINE));</span> </pre> </body> </html>