g_malloc           78 lib/search/lib.c     dst_str = g_malloc (dst_len);
g_malloc          295 lib/search/regex.c     p = string_safe = g_malloc (string_len + 1);
g_malloc          569 lib/tty/tty-ncurses.c     ctext = g_malloc (sizeof (cchar_t) * (cols + 1));
g_malloc          122 lib/tty/win.c      k = g_malloc (bytes);
g_malloc          114 lib/util.c         r = buf = g_malloc (MC_MAXPATHLEN);
g_malloc          115 lib/util.c         buf2 = g_malloc (MC_MAXPATHLEN);
g_malloc          921 lib/util.c             p = buf = g_malloc (currlen);
g_malloc          269 src/background.c         data[i] = g_malloc (size + 1);
g_malloc          476 src/background.c     str = g_malloc (i + 1);
g_malloc          190 src/editor/editdraw.c     status = g_malloc (status_size);
g_malloc         2712 src/filemanager/file.c         buf = g_malloc (bufsize);
g_malloc          916 src/filemanager/find.c     location = g_malloc (sizeof (*location));
g_malloc          305 src/filemanager/listmode.c     newformat = g_malloc (1024);
g_malloc          652 src/filemanager/mountlist.c                 me = g_malloc (sizeof *me);
g_malloc          700 src/filemanager/mountlist.c                 me = g_malloc (sizeof (*me));
g_malloc          731 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc          756 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc          820 src/filemanager/mountlist.c                     struct rootdir_entry *re = g_malloc (sizeof (*re));
g_malloc          846 src/filemanager/mountlist.c                 me = g_malloc (sizeof (*me));
g_malloc          887 src/filemanager/mountlist.c         stats = g_malloc (bufsize);
g_malloc          898 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc          927 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc          983 src/filemanager/mountlist.c                 me = g_malloc (sizeof *me);
g_malloc         1056 src/filemanager/mountlist.c                 me = g_malloc (sizeof (*me));
g_malloc         1097 src/filemanager/mountlist.c         entries = g_malloc (bufsize);
g_malloc         1115 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc         1170 src/filemanager/mountlist.c                 me = g_malloc (sizeof *me);
g_malloc         1220 src/filemanager/mountlist.c                     me = g_malloc (sizeof (*me));
g_malloc         1338 src/filemanager/mountlist.c                         malloced_buf = (wchar_t *) g_malloc (bufsize * sizeof (wchar_t));
g_malloc         1367 src/filemanager/mountlist.c                                     me = g_malloc (sizeof (*me));
g_malloc         1449 src/filemanager/mountlist.c         me = (struct mount_entry *) g_malloc (sizeof (struct mount_entry));
g_malloc          521 src/vfs/cpio/cpio.c                 inode->linkname = g_malloc (st->st_size + 1);
g_malloc          573 src/vfs/cpio/cpio.c     name = g_malloc (u.buf.c_namesize);
g_malloc          647 src/vfs/cpio/cpio.c     name = g_malloc (hd.c_namesize);
g_malloc          726 src/vfs/cpio/cpio.c     name = g_malloc (hd.c_namesize);
g_malloc          909 src/vfs/tar/tar-xheader.c     xhdr->buffer = g_malloc (size_plus_1);
g_malloc          645 src/vfs/tar/tar.c             header_copy = g_malloc (size + 1);
g_malloc          849 src/vfs/tar/tar.c     arch->record_start = g_malloc (record_size);
g_malloc          375 src/viewer/datasource.c     view->ds_file_data = g_malloc (4096);