Searched defs:body_details (Results 1 – 1 of 1) sorted by relevance
124 struct body_details { struct125 U8 body_size; /* Size to allocate */126 U8 copy; /* Size of structure to copy (may be shorter) */127 U8 offset; /* Size of unalloced ghost fields to first alloced field*/128 PERL_BITFIELD8 type : 5; /* We have space for a sanity check. */129 PERL_BITFIELD8 cant_upgrade : 1;/* Cannot upgrade this type */130 PERL_BITFIELD8 zero_nv : 1; /* zero the NV when upgrading from this */131 PERL_BITFIELD8 arena : 1; /* Allocated from an arena */132 U32 arena_size; /* Size of arena to allocate */