how to use GC as a leak detector? i.e. get some help info from GC?

nobody no at where.com
Sun May 24 20:22:17 PDT 2009


== Quote from Brad Roberts (braddr at puremagic.com)'s article
> After enabling the gc, did you force a collection?  Just enabling it won't cause
> one to occur.

Yes, I called:

  core.memory.GC.enable();
  core.memory.GC.collect();
  core.memory.GC.disable();



More information about the Digitalmars-d mailing list