aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 4cb0ae04664..16b004fc0e9 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6413,7 +6413,7 @@ void
6413syms_of_alloc (void) 6413syms_of_alloc (void)
6414{ 6414{
6415 DEFVAR_INT ("gc-cons-threshold", gc_cons_threshold, 6415 DEFVAR_INT ("gc-cons-threshold", gc_cons_threshold,
6416 doc: /* *Number of bytes of consing between garbage collections. 6416 doc: /* Number of bytes of consing between garbage collections.
6417Garbage collection can happen automatically once this many bytes have been 6417Garbage collection can happen automatically once this many bytes have been
6418allocated since the last garbage collection. All data types count. 6418allocated since the last garbage collection. All data types count.
6419 6419
@@ -6424,7 +6424,7 @@ prevent garbage collection during a part of the program.
6424See also `gc-cons-percentage'. */); 6424See also `gc-cons-percentage'. */);
6425 6425
6426 DEFVAR_LISP ("gc-cons-percentage", Vgc_cons_percentage, 6426 DEFVAR_LISP ("gc-cons-percentage", Vgc_cons_percentage,
6427 doc: /* *Portion of the heap used for allocation. 6427 doc: /* Portion of the heap used for allocation.
6428Garbage collection can happen automatically once this portion of the heap 6428Garbage collection can happen automatically once this portion of the heap
6429has been allocated since the last garbage collection. 6429has been allocated since the last garbage collection.
6430If this portion is smaller than `gc-cons-threshold', this is ignored. */); 6430If this portion is smaller than `gc-cons-threshold', this is ignored. */);