git-cpan-module: Devel-Size
git-cpan-version: 0.56
git-cpan-authorid: DSUGAL
git-cpan-file: authors/id/D/DS/DSUGAL/Devel-Size-0.56.tar.gz
- Fixed a bad size calculation (we were overestimating by one byte)
- Updated the docs to show some of the places that there might be 'dark'
memory that Devel::Size can't see.
- - Added in tests from Ken Williams
\ No newline at end of file
+ - Added in tests from Ken Williams
+
+0.56 Mon Feb 24 12:10:13 2003
+ - Chopped out some C++ comments. D'oh! Version incremented for CPAN
\ No newline at end of file
@EXPORT = qw(
);
-$VERSION = '0.55';
+$VERSION = '0.56';
bootstrap Devel::Size $VERSION;
size = thing_size(thing, tracking_hash);
RETVAL += size;
- // printf("added thing of size %i, thing #%i\n", size, count++);
}
}
/* Clean up after ourselves */
- // printf("For info, refcounts are %i, %i\n", SvREFCNT(tracking_hash), SvREFCNT(pending_array));
SvREFCNT_dec(tracking_hash);
SvREFCNT_dec(pending_array);
}