Valgrind on NAVO MSRC IBM Power6
- ContactIs.Organization
PETTT Advanced Computational Environments
- DateOfInformation
- Mon Dec 01 18:43:54 PST 2008
- DeployedOn.Machine
NAVO MSRC IBM POWER6 - Davinci
- DeploymentDate
- Tue Feb 13 11:21:45 EST 2007
- IsDeploymentOf.Asset
Valgrind
- Abstract
- Valgrind is a system for debugging and profiling x86-Linux programs. The tools that come with Valgrind include two memory error detectors, a thread error detector, and a cache profiler. The Memcheck tool, primarily for C and C++ programs, checks all reads and writes of memory and intercepts all calls to malloc/new/free/delete. As a result, Memcheck can detect use of uninitialized memory, reading or writing inappropriate regions of memory, memory leaks, as well as other memory errors. Memcheck reports errors as they occur and gives the source line number at which an error occurs as well as a stack trace of the functions called to reach that line.
- DateOfInformation
- Tue Dec 04 16:16:15 EST 2007
- Documentation
- http://valgrind.kde.org/docs.html
- Domain
- Memory Debugging Tools
- Name
- Valgrind
- Version
- 3.4.0
- Webpage
- http://valgrind.kde.org/
- Name
- Valgrind on NAVO MSRC IBM Power6
- Status
- Architecture not supported
- UsageInfo
- Valgrind is available only for Linux