List of functions and data types in Prelude
Void gcDisable()
Usage
You may want this, for example, before executing some time-critical
code which should not be interrupted by a garbage collection.
Even explicit calls to gc() are ineffective while collection is disabled.
Related