In FreeBSD allow one to try using Perl's malloc with threads.
Jarkko Hietaniemi [Sat, 20 Sep 2003 18:37:33 +0000 (18:37 +0000)]
p4raw-id: //depot/perl@21291

hints/freebsd.sh

index 396abdd..28e22ac 100644 (file)
@@ -263,8 +263,9 @@ EOM
 
        # Even with the malloc mutexes the Perl malloc does not
        # seem to be threadsafe in FreeBSD?
-       usemymalloc=n
-
+       case "$usemymalloc" in
+       '') usemymalloc=n ;;
+       esac
 esac
 EOCBU