Home
last modified time | relevance | path

Searched refs:HE_ARENA_ROOT_IX (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50350052 HE_ARENA_ROOT_IX # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dhv.c159 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; \
H A Dsv.h190 # define HE_ARENA_ROOT_IX SVt_NULL macro
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs264 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()