GC reuses memory?

Jarrett Billingsley jarrett.billingsley at gmail.com
Fri May 8 18:04:47 PDT 2009


On Fri, May 8, 2009 at 8:45 PM, Fractal <goodcoffee at server.com> wrote:
> Hello
>
> When memory is requested, the GC actually can reuse an unrefenreced block?
>
> Thanks

Yes.  It keeps memory in freelists of variable sizes of blocks.  When
memory is freed, it's put back on the freelist.



More information about the Digitalmars-d mailing list