components/emacs/patches/sysmalloc.patch
changeset 176 11a04b640bf2
child 686 b4fe91eb660b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/emacs/patches/sysmalloc.patch	Mon Apr 11 15:06:03 2011 -0600
@@ -0,0 +1,12 @@
+*** emacs-23.1/src/s/sol2-5.h.orig	Wed Oct 14 17:57:22 2009
+--- emacs-23.1/src/s/sol2-5.h	Wed Oct 14 17:58:54 2009
+***************
+*** 17,22 ****
+--- 17,23 ----
+  /* This is not always necessary.  Turned off at present for testers to
+     identify any problems with gmalloc more accurately.  */
+  /* #define SYSTEM_MALLOC */
++ #define SYSTEM_MALLOC
+  
+  /* There have problems reported with mmap at least on Solaris 2.6
+     and 2.7.  For simplicity, let's not use mmap for anything >= 2.5.