CMD + K

valgrind

Community

A tool for detecting memory errors, and an instrumentation framework for building dynamic analysis tools.

Installation

To install this package, run one of the following:

Conda
$conda install andrsd::valgrind

Usage Tracking

3.24.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector, two thread error detectors, a cache and branch-prediction profiler, a call-graph generating cache and branch-prediction profiler, and a heap profiler. It also includes three experimental tools: a stack/global array overrun detector, a second heap profiler that examines how heap blocks are used, and a SimPoint basic block vector generator.

About

Summary

A tool for detecting memory errors, and an instrumentation framework for building dynamic analysis tools.

Last Updated

Feb 20, 2025 at 14:35

License

GPL-2.0-or-later

Total Downloads

9

Supported Platforms

linux-64