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