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