Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
valgrind: Tool for finding memory management bugs in programs
Name: | valgrind |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 3.2.1 |
License: | GPL |
Release: | 6.SEL5 |
URL: | http://www.valgrind.org/ |
- 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 Mar 15 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Nov 10 00:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.1-6.el5
-
- some cachegrind improvements (Ulrich Drepper)
- * Tue Nov 7 00: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)