Variable: floats-consed

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

Value

3418

Documentation

Number of floats that have been consed so far.

View in manual

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.  */);