Re: [Valgrind-users] leak-check without memory checking

2011-05-31 Thread Nicholas Nethercote
On Fri, May 13, 2011 at 12:18 AM, Frederico Rodrigues Abraham wrote: >   I was wondering if it is possible to run valgrind with > --leak-check=yes or =full without having valgrind check for use of > uninitialized values, memory invasion, memory corruption, etc. It would > be very useful since it m

[Valgrind-users] leak-check without memory checking

2011-05-12 Thread Frederico Rodrigues Abraham
Hello. I was wondering if it is possible to run valgrind with --leak-check=yes or =full without having valgrind check for use of uninitialized values, memory invasion, memory corruption, etc. It would be very useful since it must be many times faster than doing all these checks. Sorry