Aggregation of GC stats to be exposed via public API
number of bytes allocated for current thread since program start
number of free bytes on the GC heap (might only get updated after a collection)
number of used bytes on the GC heap (might only get updated after a collection)
See Implementation
Aggregation of GC stats to be exposed via public API