Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
authorNicholas Clark <nick@ccl4.org>
Mon, 20 Feb 2006 20:32:09 +0000 (20:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 Feb 2006 20:32:09 +0000 (20:32 +0000)
commit232d1c150c060ca27ef1d2d4770fed5de0e66c01
treeba81050432f932d6f4222a4e57810bb137cf62c9
parent4ad10cd17301f4dcbb1ffda3d12c2a32aaa98602
Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
the number of genuine SV types, unclouded by implementation details.

p4raw-id: //depot/perl@27251
intrpvar.h
sv.c
sv.h