From: Richard M. Stallman Date: Sat, 2 Jan 1999 00:10:53 +0000 (+0000) Subject: [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. X-Git-Tag: emacs-20.4~975 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0a6ee5e19136304d6e5b97b42279b80ff9334ab;p=emacs.git [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d0d8a95bca6..82445048eba 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -302,3 +302,8 @@ Boston, MA 02111-1307, USA. */ #define BSD_PGRPS #define setpgrp(pid,pgid) setpgid(pid,pgid) + +/* Use mmap directly for allocating larger buffers. */ +#ifdef DOUG_LEA_MALLOC +#undef REL_ALLOC +#endif