SecureHeapUsage

@native @JSType trait SecureHeapUsage extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var min: Double

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

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

var total: Double

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

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

var used: Double

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

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

var utilization: Double

The calculated ratio of used to total allocated bytes.

The calculated ratio of used to total allocated bytes.