Don't allocate pointer table entries from arenas.
authorNicholas Clark <nick@ccl4.org>
Sun, 25 Apr 2010 09:24:06 +0000 (10:24 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 25 Apr 2010 09:24:06 +0000 (10:24 +0100)
commitdb93c0c46b34e8b2e37c671b7362d0fa2550f5f7
treef37e703c765d7ba588504e95c21e9cfe2110012a
parent8e6497b6389d5f941931c119402888bdb9fc59fc
Don't allocate pointer table entries from arenas.

Instead, allocate a private arena chain per pointer table, and free that chain
when its pointer table is freed. Patch from RT #72598.
perl.h
sv.c
sv.h