Variable: pure-bytes-used
pure-bytes-used is a variable defined in alloc.c.
Value
32
Documentation
Number of bytes of shareable Lisp data allocated so far.
Source Code
// Defined in /usr/src/emacs/src/alloc.c
DEFVAR_INT ("pure-bytes-used", pure_bytes_used,
doc: /* Number of bytes of shareable Lisp data allocated so far. */);