D Documentation  
disable
void disable();


Temporarilly disable garbage collection cycle. This is used for brief time critical sections of code, so the amount of time it will take is predictable. If the collector runs out of memory while it is disabled, it will throw an OutOfMemory exception. The disable function calls can be nested, but must be matched with corresponding std.gc.enable calls.
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.