Variable: strings-consed
strings-consed is a variable defined in alloc.c.
Value
28476060
Documentation
Number of strings that have been consed so far.
Probably introduced at or before Emacs version 21.1.
Source Code
// Defined in /usr/src/emacs/src/alloc.c
DEFVAR_INT ("strings-consed", strings_consed,
doc: /* Number of strings that have been consed so far. */);