|
From: Tom H. <to...@co...> - 2005-07-28 23:15:40
|
In message <587...@PA...>
"Sree Oggu" <so...@vm...> wrote:
> Is there a way to get incremental leaks using valgrind ?
I'm not entirely sure I understand what you're asking for? Can you
explain what you mean?
> If yes, how do I do it ?
Well you can use the VALGRIND_DO_LEAK_CHECK client request to get
valgrind to check for leaks but it sounds like you want something
more automatic than that?
Leak checking is fairly expensive, so you wouldn't want to do it
too often - are you suggest that valgrind should have some sort of
timer and check for leaks every few minutes or something?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|