comparison src/alloc.c @ 11048:3f19a379eb99

(init_alloc_once): Increase gc_cons_threshold to 300000.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Mar 1995 07:41:02 +0000
parents 2d9bdf1ba3d1
children 054ecfce1820
comparison
equal deleted inserted replaced
11047:a6e2398557f6 11048:3f19a379eb99
2357 2357
2358 ignore_warnings = 0; 2358 ignore_warnings = 0;
2359 gcprolist = 0; 2359 gcprolist = 0;
2360 staticidx = 0; 2360 staticidx = 0;
2361 consing_since_gc = 0; 2361 consing_since_gc = 0;
2362 gc_cons_threshold = 100000; 2362 gc_cons_threshold = 300000;
2363 #ifdef VIRT_ADDR_VARIES 2363 #ifdef VIRT_ADDR_VARIES
2364 malloc_sbrk_unused = 1<<22; /* A large number */ 2364 malloc_sbrk_unused = 1<<22; /* A large number */
2365 malloc_sbrk_used = 100000; /* as reasonable as any number */ 2365 malloc_sbrk_used = 100000; /* as reasonable as any number */
2366 #endif /* VIRT_ADDR_VARIES */ 2366 #endif /* VIRT_ADDR_VARIES */
2367 } 2367 }