About Anaconda Help Download Anaconda

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

copied from cf-staging / valgrind

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v3.23.0
  • linux-aarch64 v3.23.0
  • linux-ppc64le v3.23.0
  • osx-64 v3.14.0

conda install

To install this package run one of the following:
conda install conda-forge::valgrind
conda install conda-forge/label/cf201901::valgrind
conda install conda-forge/label/cf202003::valgrind
conda install conda-forge/label/gcc7::valgrind

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy