Don't count PL_sv_{undef,no,yes} in the size returned
authorNicholas Clark <nick@ccl4.org>
Mon, 18 Apr 2011 10:21:53 +0000 (11:21 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 19 Apr 2011 21:50:10 +0000 (22:50 +0100)
commita52ceccdd55939cd397dcc1f4474d509ed47e5cb
tree248c0a92c18bbc004acea45d4be96f6930f77890
parent14ad06ee9609dd4eff679c726b7133a65527b8b4
Don't count PL_sv_{undef,no,yes} in the size returned

PL_sv_{undef,no,yes} are singletons, interpreter wide, so shouldn't count as
part of the size.
CHANGES
Size.xs
t/basic.t
t/recurse.t