We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dab073 + 92559c1 commit 1f4b169Copy full SHA for 1f4b169
spec/garbage.dd
@@ -407,7 +407,14 @@ $(H2 $(LNAME2 gc_config, Configuring the Garbage Collector))
407
$(LI maxPoolSize:N - maximum pool size in MB)
408
$(LI incPoolSize:N - pool size increment MB)
409
$(LI heapSizeFactor:N - targeted heap size to used memory ratio)
410
- )
+ $(LI cleanup:none|collect|finalize - how to treat live objects when terminating
411
+ $(UL
412
+ $(LI collect: run a collection (the default for backward compatibility))
413
+ $(LI none: do nothing)
414
+ $(LI finalize: all live objects are finalized unconditionally)
415
+ )
416
+ ))
417
+
418
419
$(P In addition, --DRT-gcopt=help will show the list of options and their current settings.
420
)
0 commit comments