garbage collector question

Jarrett Billingsley kb3ctd2 at yahoo.com
Tue Jul 24 06:22:27 PDT 2007


"Hoenir" <mrmocool at gmx.de> wrote in message 
news:f84sio$22an$1 at digitalmars.com...
> I'm wondering when and how to "disable" the GC and do the memory mangement 
> yourself?

import std.gc;
std.gc.disable(); 




More information about the Digitalmars-d-learn mailing list