DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamevalgrind
BeschreibungA memory debugger and profiler
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1:3.6.0~svn11254+nmu1
Sektiondevel
Prioritätoptional
Installierte Größe56136 Byte
Hängt ab vonlibc6 (>= 2.3), libc6-dbg
Empfohlene Paketegdb
PaketbetreuerAndrés Roldán
Quelle
Paketgröße22440038 Byte
Prüfsumme MD58a074bb89a0e995c823f3c073ccab4bd
Prüfsumme SHA17a4ee9248d8c0866121f61b2647b42b7fe8f5a2f
Prüfsumme SHA256d8b2a55df911804e74d0df05a08ea6fb3c4809dd526223c188b1980aab18db0e
Link zum Herunterladenvalgrind_3.6.0~svn11254+nmu1_i386.deb
Ausführliche BeschreibungValgrind is a GPL'd tool to help you find memory-management problems in your programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. . Valgrind can debug more or less any dynamically-linked ELF x86/Linux, amd64/Linux and ppc/Linux executables, without modification, recompilation, or anything. . Valgrind provides a generic infrastructure for supervising the execution of programs called "tools". This is done by providing a way to instrument programs in very precise ways, making it relatively easy to support activities such as dynamic error detection and profiling. The Valgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler.


Impressum
Linux is a registered trademark of Linus Torvalds