processGCMarks

GC sweep hook, called FOR each thread. Can be used to free additional thread local memory or associated data structures. Note that only memory allocated from the GC can have marks.

nothrow
void
processGCMarks
(
void* data
,
scope IsMarkedDg dg
)

Meta