/[emacs]/emacs/src/alloc.c
ViewVC logotype

Diff of /emacs/src/alloc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.372 by monnier, Wed Jul 13 05:28:37 2005 UTC revision 1.373 by monnier, Wed Jul 13 05:33:34 2005 UTC
# Line 174  EMACS_INT strings_consed; Line 174  EMACS_INT strings_consed;
174    
175  /* Number of bytes of consing since GC before another GC should be done. */  /* Number of bytes of consing since GC before another GC should be done. */
176    
177  EMACS_INT gc_cons_threshold;  static EMACS_INT gc_cons_threshold;
178  EMACS_INT gc_cons_combined_threshold;  EMACS_INT gc_cons_combined_threshold;
179  static Lisp_Object Vgc_cons_percentage;  static Lisp_Object Vgc_cons_percentage;
180    

Legend:
Removed from v.1.372  
changed lines
  Added in v.1.373

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26