Memory consumption
Friday, August 25th, 2006Sylpheed-Claws isn’t especially heavy on RAM, but something that can feel strange is that when switching from a big folder to an empty one, the RAM usage doesn’t go down. This is because the GtkCTree widget uses GMemChunks to allocate memory, and this thing doesn’t free it when not needed anymore; rather, the glib reuses [...]