This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv_clear can manipulate the arena array directly too.
authorNicholas Clark <nick@ccl4.org>
Fri, 18 Nov 2005 23:28:59 +0000 (23:28 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 18 Nov 2005 23:28:59 +0000 (23:28 +0000)
commit8edfc51422771638db127728c1acd7d9439f95dd
tree01c18cda32cad99fd26d1124d241ac672a68918f
parent04410be889ed0390ebe02284b7355ef5cd099dc9
sv_clear can manipulate the arena array directly too.
Also, I think that we may have been "leaking" NV bodies in blead since
25051. Oops. (Will not have been detectable except with -DPURIFY as
the leak is not returning them as free to the arena)

p4raw-id: //depot/perl@26169
sv.c