g_malloc0          71 lib/search/search.c     mc_search_cond = g_malloc0 (sizeof (mc_search_cond_t));
g_malloc0        1741 src/editor/edit.c     data = g_malloc0 (TEMP_BUF_LEN);
g_malloc0        2049 src/editor/edit.c         buf = g_malloc0 (TEMP_BUF_LEN);
g_malloc0        2148 src/editor/edit.c         edit = g_malloc0 (sizeof (WEdit));
g_malloc0        2179 src/editor/edit.c     edit->undo_stack = g_malloc0 ((edit->undo_stack_size + 10) * sizeof (long));
g_malloc0        2183 src/editor/edit.c     edit->redo_stack = g_malloc0 ((edit->redo_stack_size + 10) * sizeof (long));
g_malloc0        2281 src/editor/edit.c     e = g_malloc0 (sizeof (WEdit));
g_malloc0         501 src/editor/editbuffer.c         g_ptr_array_add (buf->b1, g_malloc0 (EDIT_BUF_SIZE));
g_malloc0         533 src/editor/editbuffer.c         g_ptr_array_add (buf->b2, g_malloc0 (EDIT_BUF_SIZE));
g_malloc0         716 src/editor/editbuffer.c         b = g_malloc0 (EDIT_BUF_SIZE);
g_malloc0         736 src/editor/editbuffer.c         b = g_malloc0 (data_size);
g_malloc0         579 src/editor/editcmd.c     r = s = g_malloc0 (finish - start + 1);
g_malloc0        1402 src/editor/editcmd.c         copy_buf = g_malloc0 (end_mark - start_mark);
g_malloc0        1555 src/editor/editcmd.c         buf = g_malloc0 (TEMP_BUF_LEN);