52a5cf9309
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.
6 lines
409 B
Text
6 lines
409 B
Text
$NetBSD: distinfo,v 1.1 2017/09/27 21:02:10 wiz Exp $
|
|
|
|
SHA1 (Devel-Leak-0.04.tar.gz) = 4ead938f5c59dd2d220d98051d326a10bca900ef
|
|
RMD160 (Devel-Leak-0.04.tar.gz) = 85f60d6674d3c55348045df9ab2d5815d59c2e67
|
|
SHA512 (Devel-Leak-0.04.tar.gz) = 203e8eb372b1613dfe73c0f6813c615f7242ee8ef9dabcdd0bc971d0f09aefa98bce57bac292616757c28ed22c476c22743d0ffe8af2e823d724e24042161bb4
|
|
Size (Devel-Leak-0.04.tar.gz) = 3437 bytes
|