Name : valgrind
| |
Version : 3.5.0
| Vendor : (none)
|
Release : 1.caos
| Date : 2009-11-11 20:02:42
|
Group : Development/Other
| Source RPM : valgrind-3.5.0-1.caos.src.rpm
|
Size : 145.03 MB
| |
Packager : (none)
| |
Summary : Valgrind, an open-source memory debugger for x86-linux
|
Description :
Valgrind is a tool that helps you find memory management problems in 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 problems such as use of uninitialized memory, reading/writing of memory after it has been freed, reading/writing off the end of malloced blocks, reading/writing inappropriate areas on the stack, memory leaks in which pointers to malloced blocks are lost forever, passing of uninitialized and/or unaddressable memory to system calls, and mismatched use of malloc/new/new [] vs. free/delete/delete [].
|
RPM found in directory: /vol/rzm3/linux-caos/Caos-NSA-1.0/testing/x86_64 |