Name : valgrind
| |
Version : 3.2.3
| Vendor : (none)
|
Release : 1.caos
| Date : 2007-11-02 12:56:57
|
Group : Development/Other
| Source RPM : valgrind-3.2.3-1.caos.src.rpm
|
Size : 42.30 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-2/ext/stable/x86_64 |