Searched refs:savestack_grow_cnt (Results 1 – 6 of 6) sorted by relevance
8 savestack_grow_cnt # U
30 …GROW(need) if (UNLIKELY(PL_savestack_ix + (I32)(need) > PL_savestack_max)) savestack_grow_cnt(need)64 if (UNLIKELY(ix > PL_savestack_max)) savestack_grow_cnt(ix - PL_savestack_max); \
626 # define savestack_grow_cnt(a) Perl_savestack_grow_cnt(aTHX_ a) macro
2939 Cp |void |savestack_grow_cnt \
147 savestack_grow_cnt # U
1683 Ap |void |savestack_grow_cnt |I32 need