Files
libgtop/sysdeps/linux
Benoît Dejean 79fc0e70c0 Small improvements. Use g_array_sized_new instead of g_array_new with
* procmap.c: (glibtop_get_proc_map_s):

        Small improvements.
        Use g_array_sized_new instead of g_array_new with
        reserved_size = 100.
        Don't use g_array_append_val to avoid copying
        glibtop_map_entries. Use g_array_set_size(size + 1) instead.

        I've run a little python benchmark and this shows a little
        speedup. I hope this would be more sensible in
        gnome-system-monitor (glibtop_get_procmap is intensively used for
        the 'Writable Memory' column).
2005-12-07 09:35:50 +00:00
..
2005-03-29 13:16:58 +00:00
2005-10-29 19:23:50 +00:00
2005-07-22 19:20:39 +00:00
2005-08-02 05:04:35 +00:00
2004-11-28 01:32:55 +00:00
2004-09-23 22:44:53 +00:00
2004-11-13 11:10:57 +00:00
2004-09-13 15:21:54 +00:00
2004-11-28 01:32:55 +00:00
2005-07-22 19:20:39 +00:00
2005-01-24 14:27:19 +00:00
2005-07-22 19:20:39 +00:00
2004-11-28 01:32:55 +00:00
2004-11-28 01:32:55 +00:00
2005-07-05 23:05:20 +00:00
2004-11-28 01:32:55 +00:00
2004-06-12 12:05:49 +00:00
2004-09-23 22:44:53 +00:00
2005-06-13 09:03:41 +00:00
2004-11-28 01:32:55 +00:00
2005-07-23 00:01:11 +00:00