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.