aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-31 20:10:07 +0000
committerRichard M. Stallman1995-01-31 20:10:07 +0000
commit59f970afba465685cc72b94a9dab0c17fa7e145d (patch)
tree0daba3db7b34bf0bf31de36540811876a0ecc93b /src
parentdb97b8725ea0e47181a9dabe7a68c62b15b6ce52 (diff)
downloademacs-59f970afba465685cc72b94a9dab0c17fa7e145d.tar.gz
emacs-59f970afba465685cc72b94a9dab0c17fa7e145d.zip
(main) [REL_ALLOC]: Set __malloc_extra_blocks.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index ac3263386a5..764e0734569 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -469,6 +469,12 @@ main (argc, argv, envp)
469 mapin_data (file); 469 mapin_data (file);
470 } 470 }
471 471
472#ifdef REL_ALLOC
473 /* Make some hysteresis in malloc
474 if it has to get its space from the relocating allocator. */
475 __malloc_extra_blocks = 32;
476#endif
477
472#ifdef LINK_CRTL_SHARE 478#ifdef LINK_CRTL_SHARE
473#ifdef SHAREABLE_LIB_BUG 479#ifdef SHAREABLE_LIB_BUG
474 /* Bletcherous shared libraries! */ 480 /* Bletcherous shared libraries! */