Searched refs:PL_stashpadmax (Results 1 – 5 of 5) sorted by relevance
8 PL_stashpadmax # Z added by devel/scanprov
292 # define PL_stashpadmax (vTHX->Istashpadmax) macro
834 for (; o < PL_stashpadmax; ++o) { in Perl_alloccopstash()840 Renew(PL_stashpad, PL_stashpadmax + 10, HV *); in Perl_alloccopstash()841 Zero(PL_stashpad + PL_stashpadmax, 10, HV *); in Perl_alloccopstash()842 off = PL_stashpadmax; in Perl_alloccopstash()843 PL_stashpadmax += 10; in Perl_alloccopstash()
346 Newxz(PL_stashpad, PL_stashpadmax, HV *); in perl_construct()
16003 PL_stashpadmax = proto_perl->Istashpadmax;16005 Newx(PL_stashpad, PL_stashpadmax, HV *);16008 for (; o < PL_stashpadmax; ++o)