Variable: symbols-consed

symbols-consed is a variable defined in alloc.c.

Value

364837

Documentation

Number of symbols that have been consed so far.

View in manual

Source Code

// Defined in /usr/src/emacs/src/alloc.c
  DEFVAR_INT ("symbols-consed", symbols_consed,
	      doc: /* Number of symbols that have been consed so far.  */);