comparison src/alloc.c @ 94993:b0b4e9fbfb37

(init_alloc_once): Call init_weak_hash_tables.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 15 May 2008 02:46:04 +0000
parents 8971ddf55736
children 4390d64d3328
comparison
equal deleted inserted replaced
94992:05fbecb52ee0 94993:b0b4e9fbfb37
6245 init_cons (); 6245 init_cons ();
6246 init_symbol (); 6246 init_symbol ();
6247 init_marker (); 6247 init_marker ();
6248 init_float (); 6248 init_float ();
6249 init_intervals (); 6249 init_intervals ();
6250 init_weak_hash_tables ();
6250 6251
6251 #ifdef REL_ALLOC 6252 #ifdef REL_ALLOC
6252 malloc_hysteresis = 32; 6253 malloc_hysteresis = 32;
6253 #else 6254 #else
6254 malloc_hysteresis = 0; 6255 malloc_hysteresis = 0;