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

28 lines
2.7 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>g_malloc0</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/lib--search--search.c.html#L69'>g_malloc0</a> 69 lib/search/search.c mc_search_cond = g_malloc0 (sizeof (mc_search_cond_t));</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1708'>g_malloc0</a> 1708 src/editor/edit.c data = g_malloc0 (TEMP_BUF_LEN);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2019'>g_malloc0</a> 2019 src/editor/edit.c buf = g_malloc0 (TEMP_BUF_LEN);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2119'>g_malloc0</a> 2119 src/editor/edit.c edit = g_malloc0 (sizeof (WEdit));</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2162'>g_malloc0</a> 2162 src/editor/edit.c edit-&gt;undo_stack = g_malloc0 ((edit-&gt;undo_stack_size + 10) * sizeof (long));</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2166'>g_malloc0</a> 2166 src/editor/edit.c edit-&gt;redo_stack = g_malloc0 ((edit-&gt;redo_stack_size + 10) * sizeof (long));</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2260'>g_malloc0</a> 2260 src/editor/edit.c e = g_malloc0 (sizeof (WEdit));</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L498'>g_malloc0</a> 498 src/editor/editbuffer.c g_ptr_array_add (buf-&gt;b1, g_malloc0 (EDIT_BUF_SIZE));</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L530'>g_malloc0</a> 530 src/editor/editbuffer.c g_ptr_array_add (buf-&gt;b2, g_malloc0 (EDIT_BUF_SIZE));</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L713'>g_malloc0</a> 713 src/editor/editbuffer.c b = g_malloc0 (EDIT_BUF_SIZE);</span>
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L733'>g_malloc0</a> 733 src/editor/editbuffer.c b = g_malloc0 (data_size);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1445'>g_malloc0</a> 1445 src/editor/editcmd.c copy_buf = g_malloc0 (end_mark - start_mark);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1601'>g_malloc0</a> 1601 src/editor/editcmd.c buf = g_malloc0 (TEMP_BUF_LEN);</span>
</pre>
</body>
</html>