Re: [Valgrind-users] Ho to track memory allocation/deallocation using Valgrind ?

2009-07-26 Thread Samuel Bronson
At Wed, 22 Jul 2009 18:27:58 +0300, Ivan Ivanov wrote: > Hi, > > I wonder whether it is possible to rack the memory allocation/deallocation > in my application and all linked libraries by using Valgrind ? What do I > mean by that: I'd like to turn on some log that would write a memory > allocatio

Re: [Valgrind-users] Introducing Covergrind Beta 1 - a source code coverage tool

2009-07-20 Thread Samuel Bronson
On Mon, Jul 20, 2009 at 3:23 AM, Christophe-Marie Duquesne wrote: > Reading my previous message again, I realize it may be good to give > more information about what I'm looking for. > > Apparently, you can use valgrind to measure code-coverage (with the > covergrind patch). I find this interesting