Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Mon Nov 29 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.2.0-5.EL4
- act as if NVALGRIND is defined when using <valgrind.h>
in non-m32/i386 programs (#138923)
- remove weak from VALGRIND_PRINTF*, make it static and
add unused attribute
- * Mon Nov 8 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.2.0-4
- fix a printout and possible problem with local variable
usage around setjmp (#138254)
- * Tue Oct 5 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.2.0-3
- remove workaround for buggy old makes (#134563)