]> code.delx.au - gnu-emacs/blobdiff - src/sheap.c
Compact buffers when idle.
[gnu-emacs] / src / sheap.c
index 249fcc6b7b15fa286ec2ce1064c7bb857b8a7191..3ae14b5daec614122409aad543d2d90b6d5403f9 100644 (file)
@@ -1,7 +1,7 @@
 /* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin;
    complete rewrite of xemacs Cygwin `unexec' code
 
-   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2004-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -25,7 +25,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
-#define STATIC_HEAP_SIZE       (12 * 1024 * 1024)
+#define STATIC_HEAP_SIZE       (13 * 1024 * 1024)
 
 int debug_sheap = 0;