Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
valgrind - Tool for finding memory management bugs in programs
- Description:
Valgrind is a tool to help you find memory-management problems in your
programs. When a program is run under Valgrind's supervision, all
reads and writes of memory are checked, and calls to
malloc/new/free/delete are intercepted. As a result, Valgrind can
detect a lot of problems that are otherwise very hard to
find/diagnose.
Packages
valgrind-3.5.0-12.el6.i686
[15.7 MiB] |
Changelog
by Jakub Jelinek (2009-12-21):
- don't require offset field to be set in adjtimex's
ADJ_OFFSET_SS_READ mode (#545866)
|