heapUsage property

int? heapUsage
getter/setter pair

The current heap memory usage in bytes. Heap usage is always less than or equal to the heap capacity.

Implementation

int? heapUsage;