diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 96d63f53cf9..6f70976c345 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6399,7 +6399,7 @@ If this portion is smaller than `gc-cons-threshold', this is ignored. */); | |||
| 6399 | Vgc_cons_percentage = make_float (0.1); | 6399 | Vgc_cons_percentage = make_float (0.1); |
| 6400 | 6400 | ||
| 6401 | DEFVAR_INT ("pure-bytes-used", pure_bytes_used, | 6401 | DEFVAR_INT ("pure-bytes-used", pure_bytes_used, |
| 6402 | doc: /* Number of bytes of sharable Lisp data allocated so far. */); | 6402 | doc: /* Number of bytes of shareable Lisp data allocated so far. */); |
| 6403 | 6403 | ||
| 6404 | DEFVAR_INT ("cons-cells-consed", cons_cells_consed, | 6404 | DEFVAR_INT ("cons-cells-consed", cons_cells_consed, |
| 6405 | doc: /* Number of cons cells that have been consed so far. */); | 6405 | doc: /* Number of cons cells that have been consed so far. */); |