thread_scanAllType

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

extern (C)
void
thread_scanAllType
nothrow
(
scope ScanAllThreadsTypeFn scan
)
in { assert (suspendDepth > 0); }

Parameters

scan

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

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

Suggestion Box / Bug Report