The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.74_51 - 2011-04-22

  • Don't count PL_sv_{undef,no,yes} in the size returned
  • total_size() was double-counting entries in typeglobs
  • sv_size() was double-counting the PVGV size if GvEGV() looped back
  • fix classic off-by-one error - the answer is strlen() + 1, not just strlen()

Changes for version 0.74_50 - 2011-04-19

  • Ensure that size() doesn't add the referent's size for non SVt_RV references

Modules

Perl extension for finding the memory usage of Perl variables