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?

Reply via email to