libdevel-leak-perl 0.03-4build2 source package in Ubuntu

Changelog

libdevel-leak-perl (0.03-4build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:40:58 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdevel-leak-perl_0.03.orig.tar.gz 3.2 KiB 6f42c34f11e2b4e3ea2e0e6b9416a88a685add447910caf4d91dd2c178177252
libdevel-leak-perl_0.03-4build2.debian.tar.xz 2.9 KiB 6a306e46d8a62beae26039f6a7435d2767776e16156bbac0cf9ec1b1e41ef079
libdevel-leak-perl_0.03-4build2.dsc 2.1 KiB e461e87e2584738b0cc42916969ffe2181cb5b8fce4d2bf19f15418980724c30

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: debug symbols for libdevel-leak-perl