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