Home
last modified time | relevance | path

Searched refs:PL_nice_chunk (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dembedvar.h351 #define PL_nice_chunk (PERL_GET_INTERP->Inice_chunk) macro
676 #define PL_nice_chunk (vTHX->Inice_chunk) macro
1004 #define PL_Inice_chunk PL_nice_chunk
Dperlapi.h438 #undef PL_nice_chunk
439 #define PL_nice_chunk (*Perl_Inice_chunk_ptr(aTHX))
Dsv.c176 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()