Running out of memory

evilrat evilrat666 at gmail.com
Fri Dec 28 02:49:54 PST 2012


On Friday, 28 December 2012 at 10:40:32 UTC, FG wrote:
> I don't require manual malloc. I wanted to make a hint to the 
> GC, that this block can be freed, because I know there are no 
> other pointers into it (that would be used later), while the 
> imprecise GC finds false pointers and prevents the block from 
> being released.

set to null + GC.collect()? but of course it shouldn't be used 
careless too



More information about the Digitalmars-d-learn mailing list