summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 11 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 7b8dd653..417a656f 100644
--- a/txr.1
+++ b/txr.1
@@ -64245,7 +64245,7 @@ operator.
.SS* Garbage Collection
.coNP Function @ sys:gc
.synb
-.mets (sys:gc)
+.mets (sys:gc <> [ full ])
.syne
.desc
The
@@ -64259,6 +64259,16 @@ The function returns
if garbage collection is disabled (and consequently nothing is done), otherwise
.codn t .
+The Boolean
+.meta full
+argument, defaulting to
+.codn nil ,
+indicates whether a full garbage collection should be requested.
+
+Even if this argument is
+.codn nil ,
+a full garbage collection may occur due to having been scheduled.
+
.coNP Function @ sys:gc-set-delta
.synb
.mets (sys:gc-set-delta << bytes )