Add a flag to the body details of which types come from arenas.
authorNicholas Clark <nick@ccl4.org>
Fri, 18 Nov 2005 12:06:06 +0000 (12:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 18 Nov 2005 12:06:06 +0000 (12:06 +0000)
commit5e2fc214e1e1cfd32fa58d0636cc5c85651c39ec
treeae8de2b6c04bbcf149a040fcf942149e24b24f0f
parenta95c302be5eb00c1f54619017ae777b107c54275
Add a flag to the body details of which types come from arenas.
Update the allocation information for all the types.
Add a new macro new_NOARENA() for allocating the non-arena types.
Use calloc rather than malloc for the new_NOARENA so that the Zero()
can be skipped.

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