# HG changeset patch # User Richard M. Stallman # Date 791583007 0 # Node ID d761a113d9a86a669cf995ae80accc8c5d536f57 # Parent 3df8ec7c2ace407c19c5a27d6d21542ac010f7d2 (main) [REL_ALLOC]: Set __malloc_extra_blocks. diff -r 3df8ec7c2ace -r d761a113d9a8 src/emacs.c --- 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! */