-
-
11 May 2011 08:37:24 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (181 / 0 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Perl: v5.5.0
- Activity
24 month- Tools
- Download (64.84KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- XSLoader
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.76 - 2011-05-11
- Just fix the version number in the line below.
Changes for version 0.75_52 - 2011-05-09
- Use a table for SV body sizes. These incorporate the space saving post 5.8.x
- Correctly handle SvOOK scalars. 5.12 and later don't use SvIVX().
- Magic vtables aren't freed when magic is freed, so don't count them. (They are static structures. Anything that assumes otherwise is buggy.)
- Reinstate 5.6.x "support". (i.e. it compiles and passes tests.)
- Reinstate 5.005_xx "support". (i.e. it compiles and passes tests.)
Changes for version 0.75_51 - 2011-05-05
- Only use a static array of vtables on gcc.
Changes for version 0.75_50 - 2011-05-04
- The core's magic vtables are global constants, so aren't part of the size.
- Follow mg_obj and mg_ptr.
Modules
Perl extension for finding the memory usage of Perl variablesOther files
Module Install Instructions
To install Devel::Size, copy and paste the appropriate command in to your terminal.
cpanm Devel::Size
perl -MCPAN -e shell install Devel::Size
For more information on module installation, please visit the detailed CPAN module installation guide.