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
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