slackbuilds_ponce/development/valgrind
Willy Sudiarto Raharjo 60b50d3b20
development/valgrind: Updated for version 3.18.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-18 07:36:00 +07:00
..
README
slack-desc
valgrind.info development/valgrind: Updated for version 3.18.1. 2021-10-18 07:36:00 +07:00
valgrind.SlackBuild development/valgrind: Updated for version 3.18.1. 2021-10-18 07:36:00 +07:00

Valgrind is a 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 heap/stack/global array overrun detector,
a different kind of heap profiler, and a SimPoint basic block vector
generator. It runs on the following platforms: x86/Linux, AMD64/Linux,
PPC32/Linux, PPC64/Linux, ARM/Linux, x86/MacOSX and AMD64/MacOSX.