Variable: cons-cells-consed
cons-cells-consed is a variable defined in alloc.c.
Value
172032640
Documentation
Number of cons cells that have been consed so far.
Source Code
// Defined in /usr/src/emacs/src/alloc.c
DEFVAR_INT ("cons-cells-consed", cons_cells_consed,
doc: /* Number of cons cells that have been consed so far. */);