Valgrind Suite of Tools for Debugging and Profiling

Edit Package valgrind.import4168

Valgrind checks all memory operations in an application, like read,
write, malloc, new, free, and delete. Valgrind can find uses of
uninitialized memory, access to already freed memory, overflows,
illegal heap operations, memory leaks, and any illegal
new/malloc/free/delete commands. Another program in the package is
"cachegrind," a profiler based on the valgrind engine. It is plugin
based and many different tools are available.

To use valgrind you should launch the application like normal with
debuginfo packages installed, for example:

valgrind --tool=memcheck --leak-check=yes my_application

More valgrind options can be listed via "valgrind --help". There is
also complete documentation in the /usr/share/doc/packages/valgrind/
directory. A debugged application runs slower and needs much more
memory, but is usually still usable.

Refresh
Refresh
Source Files
Filename Size Changed
deprecated.diff 0000001944 1.9 KB
jit-register-unregister.diff 0000006696 6.54 KB
valgrind-3.5.90.svn11391-s390x-port.diff 0001098253 1.05 MB
valgrind-3.6.1.tar.bz2 0005974836 5.7 MB
valgrind.changes 0000017452 17 KB
valgrind.spec 0000005495 5.37 KB
Latest Revision
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 8)
osc copypac from project:openSUSE:11.4:Update:Test package:valgrind revision:13c803cedd47f823cd5d308ff8986aa4
Comments 0
openSUSE Build Service is sponsored by