changeset 10614:d761a113d9a8

(main) [REL_ALLOC]: Set __malloc_extra_blocks.
author Richard M. Stallman <rms@gnu.org>
date Tue, 31 Jan 1995 20:10:07 +0000
parents 3df8ec7c2ace
children db11ebed6573
files src/emacs.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Tue Jan 31 06:24:07 1995 +0000
+++ b/src/emacs.c	Tue Jan 31 20:10:07 1995 +0000
@@ -469,6 +469,12 @@
       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! */