comparison src/emacs.c @ 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 08e3895c1fdc
children db11ebed6573
comparison
equal deleted inserted replaced
10613:3df8ec7c2ace 10614:d761a113d9a8
466 { 466 {
467 char *file; 467 char *file;
468 if (argmatch (argv, argc, "-map", "--map-data", 3, &mapin_file, &skip_args)) 468 if (argmatch (argv, argc, "-map", "--map-data", 3, &mapin_file, &skip_args))
469 mapin_data (file); 469 mapin_data (file);
470 } 470 }
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
471 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! */
475 if (!stdin) 481 if (!stdin)