SecureHeapUsage

sealed external interface SecureHeapUsage(source)

Properties

Link copied to clipboard
abstract var min: Double

The minimum allocation from the secure heap as specified using the --secure-heap-min command-line flag.

Link copied to clipboard
abstract var total: Double

The total allocated secure heap size as specified using the --secure-heap=n command-line flag.

Link copied to clipboard
abstract var used: Double

The total number of bytes currently allocated from the secure heap.

Link copied to clipboard
abstract var utilization: Double

The calculated ratio of used to total allocated bytes.