/[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.265 by schwab, Fri Feb 15 21:19:08 2002 UTC revision 1.266 by schwab, Fri Feb 15 21:23:51 2002 UTC
# Line 122  int consing_since_gc; Line 122  int consing_since_gc;
122    
123  /* Count the amount of consing of various sorts of space.  */  /* Count the amount of consing of various sorts of space.  */
124    
125  EMACS_INT cons_cells_consed;  int cons_cells_consed;
126  EMACS_INT floats_consed;  int floats_consed;
127  EMACS_INT vector_cells_consed;  int vector_cells_consed;
128  EMACS_INT symbols_consed;  int symbols_consed;
129  EMACS_INT string_chars_consed;  int string_chars_consed;
130  EMACS_INT misc_objects_consed;  int misc_objects_consed;
131  EMACS_INT intervals_consed;  int intervals_consed;
132  EMACS_INT strings_consed;  int strings_consed;
133    
134  /* 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. */
135    
136  EMACS_INT gc_cons_threshold;  int gc_cons_threshold;
137    
138  /* Nonzero during GC.  */  /* Nonzero during GC.  */
139    
# Line 155  int malloc_sbrk_unused; Line 155  int malloc_sbrk_unused;
155    
156  /* Two limits controlling how much undo information to keep.  */  /* Two limits controlling how much undo information to keep.  */
157    
158  EMACS_INT undo_limit;  int undo_limit;
159  EMACS_INT undo_strong_limit;  int undo_strong_limit;
160    
161  /* Number of live and free conses etc.  */  /* Number of live and free conses etc.  */
162    
# Line 215  static size_t pure_bytes_used_before_ove Line 215  static size_t pure_bytes_used_before_ove
215    
216  /* Index in pure at which next pure object will be allocated.. */  /* Index in pure at which next pure object will be allocated.. */
217    
218  EMACS_INT pure_bytes_used;  int pure_bytes_used;
219    
220  /* If nonzero, this is a warning delivered by malloc and not yet  /* If nonzero, this is a warning delivered by malloc and not yet
221     displayed.  */     displayed.  */

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.266

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