Path to this page:
./
devel/p5-Test-Weaken,
Test that freed memory objects were, indeed, freed
Branch: CURRENT,
Version: 3.022000nb12,
Package name: p5-Test-Weaken-3.022000nb12,
Maintainer: pkgsrc-usersTest::Weaken helps detect unfreed Perl data in arrays, hashes, scalars,
objects, etc, by descending recursively through structures and watching
that everything is freed. Unfreed data is a useless overhead and may
cause an application to abend due to lack of memory.
Normally if the last reference to something is discarded then it and
anything in it is freed automatically. But this might not occur due to
circular references, unexpected global variables or closures, or reference
counting mistakes in XSUBs.
Test::Weaken is named for the strategy used to detect leaks. References
are taken to the test objects and all their contents, then those
references are weakened and expected to be then freed.
There's options to ignore intentional globals, or include extra associated
data held elsewhere, or invoke an explicit destructor. Unfreed parts are
reported and can be passed to other modules such as Devel::FindRef to try
to discover why they weren't freed.
Test::Weaken examines structures to an unlimited depth and is safe on
circular structures.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 46.839 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Test-Weaken-3.022000nb12
- (2023-07-06) Updated to version: p5-Test-Weaken-3.022000nb11
- (2022-06-28) Updated to version: p5-Test-Weaken-3.022000nb10
- (2021-05-25) Updated to version: p5-Test-Weaken-3.022000nb9
- (2020-09-01) Updated to version: p5-Test-Weaken-3.022000nb8
- (2019-08-11) Updated to version: p5-Test-Weaken-3.022000nb7
CVS history: (Expand)