Home
last modified time | relevance | path

Searched refs:oom_array_extend (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dav.c102 static const char oom_array_extend[] = in Perl_av_extend() local
120 MEM_WRAP_CHECK_1(newmax+1, SV*, oom_array_extend); in Perl_av_extend()
155 MEM_WRAP_CHECK_1(newmax+1, SV*, oom_array_extend); in Perl_av_extend()
Dpp_hot.c3029 static const char oom_array_extend[] = in PP() local
3031 MEM_WRAP_CHECK_1(elem,SV*,oom_array_extend); in PP()