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.