g_malloc           79 lib/search/lib.c     dst_str = g_malloc (dst_len);
g_malloc           95 lib/search/lib.c     dst_str = g_malloc (dst_len);
g_malloc          288 lib/search/regex.c     p = string_safe = g_malloc (string_len + 1);
g_malloc          573 lib/tty/tty-ncurses.c     ctext = g_malloc (sizeof (cchar_t) * (cols + 1));
g_malloc          117 lib/tty/win.c      k = g_malloc (bytes);
g_malloc          122 lib/util.c         r = buf = g_malloc (MC_MAXPATHLEN);
g_malloc          123 lib/util.c         buf2 = g_malloc (MC_MAXPATHLEN);
g_malloc         1071 lib/util.c             p = buf = g_malloc (currlen);
g_malloc          265 src/background.c         data[i] = g_malloc (size + 1);
g_malloc          475 src/background.c     str = g_malloc (i + 1);
g_malloc          203 src/editor/editdraw.c     status = g_malloc (status_size);
g_malloc         2602 src/filemanager/file.c         buf = g_malloc (bufsize);
g_malloc          942 src/filemanager/find.c     location = g_malloc (sizeof (*location));
g_malloc          292 src/filemanager/listmode.c     newformat = g_malloc (1024);
g_malloc          679 src/filemanager/mountlist.c                 me = g_malloc (sizeof *me);
g_malloc          727 src/filemanager/mountlist.c                 me = g_malloc (sizeof (*me));
g_malloc          758 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc          783 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc          847 src/filemanager/mountlist.c                     struct rootdir_entry *re = g_malloc (sizeof (*re));
g_malloc          873 src/filemanager/mountlist.c                 me = g_malloc (sizeof (*me));
g_malloc          914 src/filemanager/mountlist.c         stats = g_malloc (bufsize);
g_malloc          925 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc          954 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc         1010 src/filemanager/mountlist.c                 me = g_malloc (sizeof *me);
g_malloc         1081 src/filemanager/mountlist.c                 me = g_malloc (sizeof (*me));
g_malloc         1122 src/filemanager/mountlist.c         entries = g_malloc (bufsize);
g_malloc         1140 src/filemanager/mountlist.c             me = g_malloc (sizeof (*me));
g_malloc         1196 src/filemanager/mountlist.c                 me = g_malloc (sizeof *me);
g_malloc         1258 src/filemanager/mountlist.c         me = (struct mount_entry *) g_malloc (sizeof (struct mount_entry));
g_malloc          529 src/vfs/cpio/cpio.c                 inode->linkname = g_malloc (st->st_size + 1);
g_malloc          580 src/vfs/cpio/cpio.c     name = g_malloc (u.buf.c_namesize);
g_malloc          653 src/vfs/cpio/cpio.c     name = g_malloc (hd.c_namesize);
g_malloc          733 src/vfs/cpio/cpio.c     name = g_malloc (hd.c_namesize);
g_malloc          670 src/vfs/tar/tar.c             bp = *longp = g_malloc (*h_size + 1);
g_malloc          373 src/viewer/datasource.c     view->ds_file_data = g_malloc (4096);