Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
valgrind: Tool for finding memory management bugs in programs
- Summary
- 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.
Changelog
- * Thu Nov 9 16:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.1-6.el5
- some cachegrind improvements (Ulrich Drepper)
- * Mon Nov 6 16:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.1-6
- fix valgrind.pc (#213149)
- handle Intel Core2 cache sizes in cachegrind (Ulrich Drepper)
- * Wed Oct 25 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.1-5
- fix valgrind on ppc/ppc64 where PAGESIZE is 64K (#211598)