A few questions regarding GC.malloc

Gary Willoughby via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 25 13:58:28 PDT 2014


A few questions regarding GC.malloc.

When requesting a chunk of memory from GC.malloc am i right in 
assuming that this chunk is scanned for pointers to other GC 
resources in order to make decisions whether to collect them or 
not?

What does BlkAttr.FINALIZE do when used in the GC.malloc call?


More information about the Digitalmars-d-learn mailing list