Add a parameter to Perl_get_arena() to pass in the SV type, and record
authorNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 17:36:10 +0000 (17:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 19 Jan 2007 17:36:10 +0000 (17:36 +0000)
commit0a8483324f34cd58f59c599320471525e95a2de3
tree0e1a9c47e5e35d38e5b83c85dedf2eb5abd39b35
parent39244528574f0425e97af023e283eee5572107b8
Add a parameter to Perl_get_arena() to pass in the SV type, and record
this in the arena description. Change all sizes to unsigned values.
Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
the logic. Remove my erroneous comment added in change 29881.

p4raw-id: //depot/perl@29882
embed.fnc
hv.c
proto.h
sv.c