valgrind 1:3.26.0-ok1 source package in openKylin
Changelog
valgrind (1:3.26.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 13:34:19 +0800
valgrind (1:3.26.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 13:34:19 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | devel |
| File | Size | SHA-256 Checksum |
|---|---|---|
| valgrind_3.26.0.orig.tar.bz2 | 16.4 MiB | 8d54c717029106f1644aadaf802ab9692e53d93dd015cbd19e74190eba616bd7 |
| valgrind_3.26.0.orig.tar.bz2.asc | 228 bytes | b6367f924a455aa6d98abf047cbe753c6744675f4c16375d001a3df2351c0889 |
| valgrind_3.26.0-ok1.debian.tar.xz | 17.7 KiB | fe081b84442b1c8f75671f278a68048310bee47d6d394a4548d7df6b8af88d15 |
| valgrind_3.26.0-ok1.dsc | 2.5 KiB | 9e8053b4546d26c12b7163df19d3d5a6b4ec6b98c6834c0fa1e61c703de9dbfa |
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
The Valgrind distribution currently includes six production-quality tools:
* a memory error detector (Memcheck)
* two thread error detectors (Helgrind and DRD)
* a cache and branch-prediction profiler (Cachegrind)
* a call-graph generating cache and branch-prediction profiler (Callgrind)
* a heap profiler (Massif)
It also includes three experimental tools:
* a stack/global array overrun detector (SGCheck)
* a second heap profiler that examines how heap blocks are used (DHAT)
* a SimPoint basic block vector generator (BBV)
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
This package provides the "mpiwrap" library for debugging distributed-memory
applications which use the MPI message passing standard.