GC.calloc(), then what?
safety0ff via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jun 27 02:22:49 PDT 2014
On Friday, 27 June 2014 at 09:20:53 UTC, safety0ff wrote:
> Yes.
> compare:
> https://github.com/D-Programming-Language/druntime/blob/master/src/gc/gc.d#L543
> to:
> https://github.com/D-Programming-Language/druntime/blob/master/src/gc/gc.d#L419
Actually, I just realized that I was wrong in saying "the memory
likely be cleared by malloc" it's only the overallocation that
gets cleared.
More information about the Digitalmars-d-learn
mailing list