g_malloc0 71 lib/search/search.c mc_search_cond = g_malloc0 (sizeof (mc_search_cond_t)); g_malloc0 1718 src/editor/edit.c data = g_malloc0 (TEMP_BUF_LEN); g_malloc0 2018 src/editor/edit.c buf = g_malloc0 (TEMP_BUF_LEN); g_malloc0 2118 src/editor/edit.c edit = g_malloc0 (sizeof (WEdit)); g_malloc0 2161 src/editor/edit.c edit->undo_stack = g_malloc0 ((edit->undo_stack_size + 10) * sizeof (long)); g_malloc0 2165 src/editor/edit.c edit->redo_stack = g_malloc0 ((edit->redo_stack_size + 10) * sizeof (long)); g_malloc0 2263 src/editor/edit.c e = g_malloc0 (sizeof (WEdit)); g_malloc0 500 src/editor/editbuffer.c g_ptr_array_add (buf->b1, g_malloc0 (EDIT_BUF_SIZE)); g_malloc0 532 src/editor/editbuffer.c g_ptr_array_add (buf->b2, g_malloc0 (EDIT_BUF_SIZE)); g_malloc0 715 src/editor/editbuffer.c b = g_malloc0 (EDIT_BUF_SIZE); g_malloc0 735 src/editor/editbuffer.c b = g_malloc0 (data_size); g_malloc0 575 src/editor/editcmd.c r = s = g_malloc0 (finish - start + 1); g_malloc0 1404 src/editor/editcmd.c copy_buf = g_malloc0 (end_mark - start_mark); g_malloc0 1557 src/editor/editcmd.c buf = g_malloc0 (TEMP_BUF_LEN);