Searched refs:usemymalloc (Results 76 - 86 of 86) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/perl/win32/
H A Dconfig_sh.PL138 $opt{usemymalloc} = 'y' if $opt{d_mymalloc} eq 'define';
/openbsd-current/gnu/usr.bin/perl/
H A Duconfig.sh911 usemymalloc='n'
H A Duconfig64.sh911 usemymalloc='n'
H A Dconfigure.com926 $ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|uselongdouble|usemultiplicity|usemymalloc|usedebugging_perl|"
2514 $ IF F$TYPE(usemymalloc) .nes. ""
2516 $ if usemymalloc .or. usemymalloc .eqs. "define" then bool_dflt = "y"
3065 $ usemymalloc = "undef"
3066 $ if mymalloc then usemymalloc = "define"
6469 $ WC "embedmymalloc='" + usemymalloc + "'"
6825 $ WC "usemymalloc='" + usemymalloc + "'"
H A DConfigure1162 usemymalloc=''
7867 case "$usemymalloc" in
7879 usemymalloc="$ans"
7882 usemymalloc='y'
7898 usemymalloc='n'
25780 usemymalloc='$usemymalloc'
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/t/
H A DPeek.t1032 skip "Not built with usemymalloc", 2
1033 unless $Config{usemymalloc} eq 'y';
/openbsd-current/gnu/usr.bin/perl/Cross/
H A Dconfig.sh-arm-linux-n7701155 usemymalloc='n'
H A Dconfig.sh-arm-linux1157 usemymalloc='n'
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dconfig_sh.sample1128 usemymalloc='y'
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dconfig.sh1187 usemymalloc='n'
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Unix.pm310 if ($Config{usemymalloc} and not $Config{bincompat5005}

Completed in 137 milliseconds

1234