libdevel-leak-perl 0.03-3build4 source package in Ubuntu

Changelog

libdevel-leak-perl (0.03-3build4) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:05:42 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Artful
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libdevel-leak-perl_0.03.orig.tar.gz 3.2 KiB 6f42c34f11e2b4e3ea2e0e6b9416a88a685add447910caf4d91dd2c178177252
libdevel-leak-perl_0.03-3build4.debian.tar.xz 2.8 KiB 071f3932a84bd6f32ede27c35c46434b24fc370a0853733a9ec49445e0a8413d
libdevel-leak-perl_0.03-3build4.dsc 2.1 KiB ec45710f31e55bc86fa671f2a598aca7a92b61301b8c12d34fd950a47b2ca23c

Available diffs

View changes file

Binary packages built by this source

libdevel-leak-perl: utility for looking for perl objects that are not reclaimed

 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.

libdevel-leak-perl-dbgsym: No summary available for libdevel-leak-perl-dbgsym in ubuntu disco.

No description available for libdevel-leak-perl-dbgsym in ubuntu disco.