g_malloc0 71 lib/search/search.c mc_search_cond = g_malloc0 (sizeof (mc_search_cond_t)); g_malloc0 1740 src/editor/edit.c data = g_malloc0 (TEMP_BUF_LEN); g_malloc0 2048 src/editor/edit.c buf = g_malloc0 (TEMP_BUF_LEN); g_malloc0 2148 src/editor/edit.c edit = g_malloc0 (sizeof (WEdit)); g_malloc0 2191 src/editor/edit.c edit->undo_stack = g_malloc0 ((edit->undo_stack_size + 10) * sizeof (long)); g_malloc0 2195 src/editor/edit.c edit->redo_stack = g_malloc0 ((edit->redo_stack_size + 10) * sizeof (long)); g_malloc0 2293 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 579 src/editor/editcmd.c r = s = g_malloc0 (finish - start + 1); g_malloc0 1412 src/editor/editcmd.c copy_buf = g_malloc0 (end_mark - start_mark); g_malloc0 1565 src/editor/editcmd.c buf = g_malloc0 (TEMP_BUF_LEN);