D Documentation [ Log in ]
std.gc
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

PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.
This is the inofficial wiki for documenting the D programming language.
- Profiler -
Time for site generation: 0.0134 s