« Return to Thread: Re: program memory usage [cross-post]

Re: program memory usage [cross-post]

by Henrik Carlqvist-4 :: Rate this Message:

| View in Thread

Tim Watts <tw+usenet@...> wrote:
> Valgrind for testing for memory leaks?

Valgrind is really great for checking memory leaks and use of
uninitialized variables. With --tool=callgrind it is also a great
profiling tool together with kcachegrind.

I haven't tried it myself, but there is also the massif heap profiler for
valgrind:

http://valgrind.org/docs/manual/ms-manual.html

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc123(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost

 « Return to Thread: Re: program memory usage [cross-post]