Garbage collector noob

Derek Parnell derek at psych.ward
Thu Mar 8 02:55:36 PST 2007


On Wed, 07 Mar 2007 06:15:16 +0100, torhu wrote:

> I haven't dealt directly with the garbage collector much before, but 
> just used delete and scope to deal with deallocation.  And left some of 
> the minor allocations to be freed by the GC.
> 
> Now I want to work more closely with the GC.  Can anyone explain to me 
> why fullCollect doesn't seem to do anything here? 

There is quite a large portion of the fullCollect source which is commented
out in phobos, mainly in the section which reclaims RAM (I think).

-- 
Derek Parnell
Melbourne, Australia
"Justice for David Hicks!"
skype: derek.j.parnell


More information about the Digitalmars-d-learn mailing list