comparison src/alloc.c @ 64273:ce14666827c6

(gc_cons_threshold): Make it static.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:33:34 +0000
parents 5c7cbbd6dbb4
children 47f158dcf216 fbb2bea03df9
comparison
equal deleted inserted replaced
64272:6d0705a69884 64273:ce14666827c6
172 EMACS_INT intervals_consed; 172 EMACS_INT intervals_consed;
173 EMACS_INT strings_consed; 173 EMACS_INT strings_consed;
174 174
175 /* Number of bytes of consing since GC before another GC should be done. */ 175 /* Number of bytes of consing since GC before another GC should be done. */
176 176
177 EMACS_INT gc_cons_threshold; 177 static EMACS_INT gc_cons_threshold;
178 EMACS_INT gc_cons_combined_threshold; 178 EMACS_INT gc_cons_combined_threshold;
179 static Lisp_Object Vgc_cons_percentage; 179 static Lisp_Object Vgc_cons_percentage;
180 180
181 /* Nonzero during GC. */ 181 /* Nonzero during GC. */
182 182