Add a few more global pointers
[p5sagit/Devel-Size.git] / Memory.xs
2012-10-01 Florian Ragwitz Add a few more global pointers
2012-10-01 Florian Ragwitz Add more interpreter globals
2012-10-01 Florian Ragwitz Count PerlInterpreter when applicable
2012-10-01 Florian Ragwitz For PL_compiling, don't count the actual OP
2012-10-01 Florian Ragwitz Allow the op structure to not be counted
2012-10-01 Florian Ragwitz Add a few more globals
2012-10-01 Florian Ragwitz Always count PL_compiling as a COP
2012-10-01 Florian Ragwitz Factor out op class guessing
2012-10-01 Florian Ragwitz Attempt to count PL_compiling
2012-10-01 Florian Ragwitz Count lexical hint hashes in COPs
2012-10-01 Florian Ragwitz Add refcounted_he structs counting
2012-09-30 Florian Ragwitz Move SvSTASH counting from SVt_PVCV to >= SVt_PVMG
2012-09-30 Florian Ragwitz For non-magical XPVMGs, count OURSTASH for if present
2012-09-30 Florian Ragwitz Only attempt to count magic on magical SVs
2012-09-30 Florian Ragwitz Fix compilation on perls with IMPLICIT_CONTEXT
2012-09-28 timbo Fix mstats scope
2012-09-28 Tim Bunce mstats() isn't very portable
2012-09-28 Tim Bunce Mega rename to Devel::Memory commit