Files
source/Y/malloced_buf.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

20 lines
1.4 KiB
HTML

<!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>malloced_buf</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<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/src--filemanager--mountlist.c.html#L1327'>malloced_buf</a> 1327 src/filemanager/mountlist.c wchar_t *malloced_buf = NULL;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1337'>malloced_buf</a> 1337 src/filemanager/mountlist.c g_free (malloced_buf);</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1338'>malloced_buf</a> 1338 src/filemanager/mountlist.c malloced_buf = (wchar_t *) g_malloc (bufsize * sizeof (wchar_t));</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1339'>malloced_buf</a> 1339 src/filemanager/mountlist.c buf = malloced_buf;</span>
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L1391'>malloced_buf</a> 1391 src/filemanager/mountlist.c g_free (malloced_buf);</span>
</pre>
</body>
</html>