Paketname | libdevel-leak-perl |
Beschreibung | Utility for looking for perl objects that are not reclaimed |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 0.03-1build1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.3.4) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 11332 Byte |
Prüfsumme MD5 | c7b68437210671f6dc1f1a806373ff71 |
Prüfsumme SHA1 | 8ca117a0bc97c9404a72d8be913257b7225ef0a2 |
Prüfsumme SHA256 | 9d1cede1f30004b50a67377cbaf8d2ab390f30ce9d257422d49b3b0360c90dcc |
Link zum Herunterladen | libdevel-leak-perl_0.03-1build1_i386.deb |
Ausführliche Beschreibung | Devel::Leak has two functions: NoteSV and CheckSV.
.
NoteSV walks the perl internal table of allocated SVs (scalar values) - (which
actually contains arrays and hashes too), and records their addresses in a
table. It returns a count of these "things", and stores a pointer to the
table (which is obtained from the heap using malloc()) in its argument.
.
CheckSV is passed argument which holds a pointer to a table created by
NoteSV. It re-walks the perl-internals and calls sv_dump() for any "things"
which did not exist when NoteSV was called. It returns a count of the number
of "things" now allocated.
|