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

Reply via email to