This module provides functionality for controlling the garbage collector.
The garbage collector normally works behind the scenes without needing any specific interaction. These functions are for advanced applications that benefit from tuning the operation of the collector.
1.
std.gc.addRoot
2.
std.gc.removeRoot
3.
std.gc.addRange
4.
std.gc.removeRange
5.
std.gc.fullCollect
6.
std.gc.genCollect
7.
std.gc.minimize
8.
std.gc.disable
9.
std.gc.enable
|