Variable: symbols-consed
symbols-consed is a variable defined in alloc.c.
Value
296776
Documentation
Number of symbols that have been consed so far.
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. */);