Valgrind Memory Debugger https://valgrind.org/
Go to file
2024-04-27 23:12:32 +02:00
README.md automatic version update by autodist [release 3.9.0-1mamba;Mon Nov 18 2013] 2024-01-05 18:54:28 +01:00
valgrind-3.7.0-glibc-2.15.patch automatic version update by autodist [release 3.9.0-1mamba;Mon Nov 18 2013] 2024-01-05 18:54:28 +01:00
valgrind-3.7.0-x86_64-fix-gcc-detection.patch automatic version update by autodist [release 3.9.0-1mamba;Mon Nov 18 2013] 2024-01-05 18:54:28 +01:00
valgrind-3.16.1-respect-flags-mpi.patch update to 3.16.1 [release 3.16.1-1mamba;Fri Dec 11 2020] 2024-01-05 18:54:29 +01:00
valgrind.spec automatic version update by autodist [release 3.23.0-1mamba;Sat Apr 27 2024] 2024-04-27 23:12:32 +02:00

valgrind

Valgrind is a GPL'd system for debugging and profiling x86-Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling to help speed up your programs.

The Valgrind distribution includes five tools: two memory error detectors, a thread error detector, a cache profiler and a heap profiler. Several other tools have been built with Valgrind.