Searched refs:PL_nice_chunk (Results 1 – 3 of 3) sorted by relevance
351 #define PL_nice_chunk (PERL_GET_INTERP->Inice_chunk) macro676 #define PL_nice_chunk (vTHX->Inice_chunk) macro1004 #define PL_Inice_chunk PL_nice_chunk
438 #undef PL_nice_chunk439 #define PL_nice_chunk (*Perl_Inice_chunk_ptr(aTHX))
176 Safefree(PL_nice_chunk); in Perl_offer_nice_chunk()177 PL_nice_chunk = (char *) new_chunk; in Perl_offer_nice_chunk()210 if (PL_nice_chunk) { in S_more_sv()211 sv_add_arena(PL_nice_chunk, PL_nice_chunk_size, 0); in S_more_sv()212 PL_nice_chunk = Nullch; in S_more_sv()634 Safefree(PL_nice_chunk); in Perl_sv_free_arenas()635 PL_nice_chunk = Nullch; in Perl_sv_free_arenas()10993 PL_nice_chunk = NULL; in perl_clone_using()