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