GC Fields Fling OS

The GC type exposes the following members.

Fields

  Name Description
Private field Static member GCInitialised
Whether the GC has been initialised yet or not. Used to prevent the GC running before it has been initialised properly.
Private field Static member 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!)
Public field Static member NumObjs
The total number of objects currently allocated by the GC.
Top
See Also