Re: debugging excessive memory usage, after converting to use GArray's

2005-02-18 Thread Tim Müller
On Friday 18 February 2005 16:23, Dave Andruczyk wrote: > Anyone know of any good tools to find out where memory is either 1. > leaking, or 2. excessively allocated? > > I've tried valgrind but it slows things down so much as to make it > completely unusable.. Aside from eating memory like mad, i

debugging excessive memory usage, after converting to use GArray's

2005-02-18 Thread Dave Andruczyk
I have my GTK+ app and have recently changed a portion to use GLIB's GArray for dynamic storage, the arrays are created as a glfoat with 4096 elements by default. About 30 times per second my app reads some data from a device and tacks it onto the array (g_array_append) I'm finding my applicati