thread_scanAllType

The main entry point for garbage collection. The supplied delegate will be passed ranges representing both stack and register values.

extern (C) nothrow
void
thread_scanAllType
(
scope ScanAllThreadsTypeFn scan
)

Parameters

scan ScanAllThreadsTypeFn

The scanner function. It should scan from p1 through p2 - 1.

In: This routine must be preceded by a call to thread_suspendAll.

Meta