Garbage collection

Stanislav Blinov stanislav.blinov at gmail.com
Sat Jun 27 12:07:19 UTC 2020


On Saturday, 27 June 2020 at 11:35:12 UTC, Arafel wrote:

> If you are using linux, have in mind that the memory is often 
> not returned to the OS even after a (libc) free.

That's a good observation. Although a GC implementation is not 
required to actually use malloc, so depending on that falls into 
"know what you're doing" territory :)


More information about the Digitalmars-d-learn mailing list