79fc0e70c0ef8cfd54c12a049033e35b79aecc19
* 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).
LATEST NEWS: =========== Please look also in the file 'NEWS' for latest news. Martin ChangeLogs: ========== LibGTop has many ChangeLogs files. The following files are the the most important : - ChangeLog is the main ChangeLog. - sysdeps/<arch>/ChangeLog is the ChangeLog for arch specific changes. - sysdeps/common/ChangeLog is the ChangeLog for common changes (shared implementation between archs). Benoît
Description
Languages
C
87.9%
Shell
6.9%
M4
2.7%
Makefile
1.1%
Perl
0.9%
Other
0.5%