non port: devel/p5-Test-LeakTrace/distinfo |
SVNWeb
|
Number of commits found: 5 |
Wed, 6 Jan 2021
|
[ 20:25 sunpoet ]
Update to 0.17
Changes: https://metacpan.org/changes/distribution/Test-LeakTrace
|
Sun, 18 Jun 2017
|
[ 17:32 sunpoet ]
Update to 0.16
- Add LICENSE
Changes: http://search.cpan.org/dist/Test-LeakTrace/Changes
|
Mon, 24 Nov 2014
|
[ 18:26 sunpoet ]
- Update to 0.15
Changes: http://search.cpan.org/dist/Test-LeakTrace/Changes
|
Fri, 7 Oct 2011
|
[ 16:15 sunpoet ]
- Update to 0.14
Changes: http://search.cpan.org/dist/Test-LeakTrace/Changes
|
Wed, 10 Aug 2011
|
[ 12:13 sunpoet ]
- Add p5-Test-LeakTrace 0.13
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 which 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.
WWW: http://search.cpan.org/dist/Test-LeakTrace/
|
Number of commits found: 5 |