The GC type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
GCInitialised |
Whether the GC has been initialised yet or not.
Used to prevent the GC running before it has been initialised properly.
|
![]() ![]() |
InsideGC |
Whether the GC is currently executing. Used to prevent the GC calling itself (or ending up in loops with
called methods re-calling the GC!)
|
![]() ![]() |
NumObjs |
The total number of objects currently allocated by the GC.
|
See Also