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


Paketnamelibdevel-leak-perl
BeschreibungUtility for looking for perl objects that are not reclaimed
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version0.03-1build1
Sektionperl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.3.4)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße11332 Byte
Prüfsumme MD5c7b68437210671f6dc1f1a806373ff71
Prüfsumme SHA18ca117a0bc97c9404a72d8be913257b7225ef0a2
Prüfsumme SHA2569d1cede1f30004b50a67377cbaf8d2ab390f30ce9d257422d49b3b0360c90dcc
Link zum Herunterladenlibdevel-leak-perl_0.03-1build1_i386.deb
Ausführliche BeschreibungDevel::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.


Impressum
Linux is a registered trademark of Linus Torvalds