interface SecureHeapUsage
total: numberThe total allocated secure heap size as specified using the --secure-heap=n command-line flag.
min: numberThe minimum allocation from the secure heap as specified using the --secure-heap-min command-line flag.
used: numberThe total number of bytes currently allocated from the secure heap.
utilization: numberThe calculated ratio of used to total allocated bytes.