]> git.eshelyaron.com Git - emacs.git/commitdiff
(main) [REL_ALLOC]: Set __malloc_extra_blocks.
authorRichard M. Stallman <rms@gnu.org>
Tue, 31 Jan 1995 20:10:07 +0000 (20:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 31 Jan 1995 20:10:07 +0000 (20:10 +0000)
src/emacs.c

index ac3263386a5d638d06afbc8f9257efa32a911865..764e0734569da8f84975658af68b180af8e5ced0 100644 (file)
@@ -469,6 +469,12 @@ main (argc, argv, envp)
       mapin_data (file);
   }
 
+#ifdef REL_ALLOC
+  /* Make some hysteresis in malloc
+     if it has to get its space from the relocating allocator.  */
+  __malloc_extra_blocks = 32;
+#endif
+
 #ifdef LINK_CRTL_SHARE
 #ifdef SHAREABLE_LIB_BUG
   /* Bletcherous shared libraries! */