diff options
| author | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
| commit | cc390e46c7ba95b76ea133d98fd386214cd01709 (patch) | |
| tree | ead4400d22bd07214b782ff7e46e79d473fac419 /src/alloc.c | |
| parent | c566235d981eba73c88bbff00b6a1d88360b6e9f (diff) | |
| parent | c5fe4acb5fb456d6e8e147d8bc7981ce56c5c03d (diff) | |
| download | emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.tar.gz emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.zip | |
Merge from trunk
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/alloc.c b/src/alloc.c index 23debbdf2e8..d83d8937722 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -214,16 +214,6 @@ int abort_on_gc; | |||
| 214 | 214 | ||
| 215 | int garbage_collection_messages; | 215 | int garbage_collection_messages; |
| 216 | 216 | ||
| 217 | #ifndef VIRT_ADDR_VARIES | ||
| 218 | extern | ||
| 219 | #endif /* VIRT_ADDR_VARIES */ | ||
| 220 | int malloc_sbrk_used; | ||
| 221 | |||
| 222 | #ifndef VIRT_ADDR_VARIES | ||
| 223 | extern | ||
| 224 | #endif /* VIRT_ADDR_VARIES */ | ||
| 225 | int malloc_sbrk_unused; | ||
| 226 | |||
| 227 | /* Number of live and free conses etc. */ | 217 | /* Number of live and free conses etc. */ |
| 228 | 218 | ||
| 229 | static int total_conses, total_markers, total_symbols, total_vector_size; | 219 | static int total_conses, total_markers, total_symbols, total_vector_size; |
| @@ -6234,11 +6224,6 @@ init_alloc_once (void) | |||
| 6234 | consing_since_gc = 0; | 6224 | consing_since_gc = 0; |
| 6235 | gc_cons_threshold = 100000 * sizeof (Lisp_Object); | 6225 | gc_cons_threshold = 100000 * sizeof (Lisp_Object); |
| 6236 | gc_relative_threshold = 0; | 6226 | gc_relative_threshold = 0; |
| 6237 | |||
| 6238 | #ifdef VIRT_ADDR_VARIES | ||
| 6239 | malloc_sbrk_unused = 1<<22; /* A large number */ | ||
| 6240 | malloc_sbrk_used = 100000; /* as reasonable as any number */ | ||
| 6241 | #endif /* VIRT_ADDR_VARIES */ | ||
| 6242 | } | 6227 | } |
| 6243 | 6228 | ||
| 6244 | void | 6229 | void |