From da0b61dd4c6bf78c70cbb82bfd7d9e2c4748080a Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 24 Mar 2004 21:42:25 +0000 Subject: Remaining smoked platforms where malloc wrap is known to work. Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585 --- hints/linux.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hints/linux.sh') diff --git a/hints/linux.sh b/hints/linux.sh index 043590bbcb..551d96e180 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -60,6 +60,11 @@ fi # function in . d_lstat=define +# malloc wrap works +case "$usemallocwrap" in +'') usemallocwrap='define' ;; +esac + # The system malloc() is about as fast and as frugal as perl's. # Since the system malloc() has been the default since at least # 5.001, we might as well leave it that way. --AD 10 Jan 2002 -- cgit v1.2.1