Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37512904
en ru br
ALT Linux repos
S:0.17-alt3

Group :: Development/Perl
RPM: perl-Test-LeakTrace

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.17-alt3
Build date: 15 june 2021, 14:28 ( 149.2 weeks ago )
Size: 42.72 Kb

Home page:   http://search.cpan.org/dist/Test-LeakTrace/

License: GPL+ or Artistic
Summary: Trace memory leaks
Description:

Test::LeakTrace provides several functions that trace memory leaks. This module
scans arenas, the memory allocation system, so it can detect any leaked SVs in
given blocks.

Leaked SVs are SVs that are not released after the end of the scope they have
been created. These SVs include global variables and internal caches. For
example, if you call a method in a tracing block, perl might prepare a cache
for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
executes a block more than once.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Test-LeakTrace
  • perl-Test-LeakTrace-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin