Why is it a memory ERRO.

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jan 29 22:52:03 PST 2016


On Saturday, 30 January 2016 at 05:50:33 UTC, Dsby wrote:
> Ok.Thank you.
> and i want to know how to know when the GC start runing?

For the current implementation, any time you allocate memory 
through the GC it will determine if a collection cycle is needed, 
but it will not run otherwise.


More information about the Digitalmars-d-learn mailing list