g_malloc0          69 lib/search/search.c     mc_search_cond = g_malloc0 (sizeof (mc_search_cond_t));
g_malloc0        1710 src/editor/edit.c     data = g_malloc0 (TEMP_BUF_LEN);
g_malloc0        2010 src/editor/edit.c         buf = g_malloc0 (TEMP_BUF_LEN);
g_malloc0        2110 src/editor/edit.c         edit = g_malloc0 (sizeof (WEdit));
g_malloc0        2153 src/editor/edit.c     edit->undo_stack = g_malloc0 ((edit->undo_stack_size + 10) * sizeof (long));
g_malloc0        2157 src/editor/edit.c     edit->redo_stack = g_malloc0 ((edit->redo_stack_size + 10) * sizeof (long));
g_malloc0        2251 src/editor/edit.c     e = g_malloc0 (sizeof (WEdit));
g_malloc0         498 src/editor/editbuffer.c         g_ptr_array_add (buf->b1, g_malloc0 (EDIT_BUF_SIZE));
g_malloc0         530 src/editor/editbuffer.c         g_ptr_array_add (buf->b2, g_malloc0 (EDIT_BUF_SIZE));
g_malloc0         713 src/editor/editbuffer.c         b = g_malloc0 (EDIT_BUF_SIZE);
g_malloc0         733 src/editor/editbuffer.c         b = g_malloc0 (data_size);
g_malloc0         571 src/editor/editcmd.c     r = s = g_malloc0 (finish - start + 1);
g_malloc0        1400 src/editor/editcmd.c         copy_buf = g_malloc0 (end_mark - start_mark);
g_malloc0        1553 src/editor/editcmd.c         buf = g_malloc0 (TEMP_BUF_LEN);