On Thu, 23 Sep 2010 16:09:56 +0200, Richard Hedin wrote: > I need to find out which object in my application is growing without limit. Try: valgrind --tool=massif ./app valgrind also has various options for the allocations reporting. Regards, Jan