summaryrefslogtreecommitdiff
path: root/include/gc.h
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2015-07-06 20:37:34 +0300
committerIvan Maidanski <ivmai@mail.ru>2015-07-06 20:37:34 +0300
commitbbb9589f9d674e03c729b9ded0ce9c9d8b9c846e (patch)
treea1b9ee137c5116310b46e268b540dd0b53264504 /include/gc.h
parentf8b1012eafd6b0d4ae33d4e1132ccdc9b71b32a1 (diff)
downloadbdwgc-bbb9589f9d674e03c729b9ded0ce9c9d8b9c846e.tar.gz
Refine GC_free_space_divisor comment regarding its initial value
* include/gc.h (GC_free_space_divisor): Update comment regarding initial value which is now controlled by GC_FREE_SPACE_DIVISOR macro (defined at collector or client compile time).
Diffstat (limited to 'include/gc.h')
-rw-r--r--include/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gc.h b/include/gc.h
index 2916ae98..1f509561 100644
--- a/include/gc.h
+++ b/include/gc.h
@@ -318,7 +318,7 @@ GC_API GC_ATTR_DEPRECATED GC_word GC_free_space_divisor;
/* bytes (bytes in "atomic" objects), plus */
/* a rough estimate of the root set size. */
/* N approximates GC tracing work per GC. */
- /* Initially, GC_free_space_divisor = 3. */
+ /* The initial value is GC_FREE_SPACE_DIVISOR. */
/* Increasing its value will use less space */
/* but more collection time. Decreasing it */
/* will appreciably decrease collection time */