GC.Stats

Aggregation of GC stats to be exposed via public API

Members

Variables

allocatedInCurrentThread
ulong allocatedInCurrentThread;

number of bytes allocated for current thread since program start

freeSize
size_t freeSize;

number of free bytes on the GC heap (might only get updated after a collection)

usedSize
size_t usedSize;

number of used bytes on the GC heap (might only get updated after a collection)

Suggestion Box / Bug Report