valgrind-3.6.0.SVN-Debian
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
2.6.35-22-generic
I am using valgrind to detect memory errors in our code.
However, are application uses some third party libraries (shared library). When we start to capture using valgrind. It goes into this library, and displays many memory errors with this library. So it is difficult to check our application due to this. There is many to go through.
It is possible to configure valgrind to only check our source code and not go into the shared libraries?
Is there any other open source memory checking software that can do this if valgrind cannot?
Many thanks for any suggestions,