Searched refs:HE_ARENA_ROOT_IX (Results 1 – 4 of 4) sorted by relevance
2 HE_ARENA_ROOT_IX # Z added by devel/scanprov
159 void ** const root = &PL_body_roots[HE_ARENA_ROOT_IX]; in S_new_he()162 Perl_more_bodies(aTHX_ HE_ARENA_ROOT_IX, sizeof(HE), PERL_ARENA_SIZE); in S_new_he()172 HeNEXT(p) = (HE*)(PL_body_roots[HE_ARENA_ROOT_IX]); \173 PL_body_roots[HE_ARENA_ROOT_IX] = p; \
190 # define HE_ARENA_ROOT_IX SVt_NULL macro
264 if (!PL_body_roots[HE_ARENA_ROOT_IX]) in test_freeent()266 victim = (HE*) PL_body_roots[HE_ARENA_ROOT_IX]; in test_freeent()267 PL_body_roots[HE_ARENA_ROOT_IX] = HeNEXT(victim); in test_freeent()