The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:leak"

Dash::Leak - Track memory allocation River stage zero No dependents

MONS/Dash-Leak-0.06 - 19 Oct 2010 12:12:17 UTC

Devel::Leak - Utility for looking for perl objects that are not reclaimed. River stage two • 6 direct dependents • 14 total dependents

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 "thin...

NI-S/Devel-Leak-0.03 - 18 Mar 2004 17:27:09 UTC

Devel::Leak::Cb - Detect leaked callbacks River stage zero No dependents

By default, cb { .. } will be rewritten as sub { .. } using Devel::Declare and will give no additional cost at runtime When $ENV{DEBUG_CB} will be set, then all cb {} declarations will be counted, and if some of them will not be destroyed till the EN...

MONS/Devel-Leak-Cb-0.04 - 21 Jun 2010 11:46:34 UTC

Devel::Leak::Object - Detect leaks of objects River stage one • 1 direct dependent • 1 total dependent

This module provides tracking of objects, for the purpose of detecting memory leaks due to circular references or inappropriate caching schemes. Object tracking can be enabled on a per object basis. Any objects thus tracked are remembered until DESTR...

ETHER/Devel-Leak-Object-1.02 - 11 Jan 2020 06:50:31 UTC

Devel::Leak::Module - Track loaded modules and namespaces River stage one • 1 direct dependent • 1 total dependent

Devel::Leak::Module is a simple little convenience module for tracking module, package and namespace creation. The synopsis code above describes pretty much the main way that it works....

ADAMK/Devel-Leak-Module-0.02 - 03 Feb 2012 09:17:31 UTC
5 results (0.021 seconds)