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 Ubuntu Archiv lucid (main)
Version1:3.6.0~svn20100212-0ubuntu5
Sektiondevel
Prioritätoptional
Installierte Größe55448 Byte
Hängt ab vonlibc6 (>= 2.3.4), libc6-dbg
Empfohlene Paketegdb
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße22136750 Byte
Prüfsumme MD5830ca72a0e7d3f5995334014bf0afcdc
Prüfsumme SHA1e303f1a976247faa088e13fa1f97d7f7a6d57086
Prüfsumme SHA256c8640f8c54c6ef3ceef73bf435a2fd6e4584c7e2b4f8a85e7b1163ff82a44d43
Link zum Herunterladenvalgrind_3.6.0~svn20100212-0ubuntu5_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