diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 6 |
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! */ |