|
From: Bob R. <bo...@br...> - 2005-07-29 01:01:51
|
On Thu, Jul 28, 2005 at 04:47:47PM -0700, Sree Oggu wrote: > > I want a mechanism to know only the new leaks between consecutive operations. > > For eg, I have a server that is listening for requests to create/delete a > particular resource. > After one cycle of create/delete, I should ideally have no leaks (on the > server). Once the server comes up, I want a snapshot of the leaks at that > time (Point A). When I query for leaks after the first cycle (Point B), I > want to know only the incremental leaks between Point A and Point B. In > other words, I am only interested in growing leaks and not one-time (still > reachable) leaks of the server. The memory allocated at init-time of the > server gets released only on server shutdown. Sree, you should CC the valgrind list, I'm sure you will get lots of helpful advice there. I think from reading Avery's Email that the feature you are looking for is not currently available. However, others would know better. Bob Rossi |