OptionaltotalHeapSize: numberOptionaltotalHeapSizeExecutable: numberOptionaltotalPhysicalSize: numberOptionaltotalAvailableSize: numberOptionalusedHeapSize: numberOptionalheapSizeLimit: numberOptionalallocatedMemory: numberOptionalexternalMemory: numberOptionalpeakMallocedMemory: numberOptionalnumberOfNativeContexts: numberOptionalnumberOfDetachedContexts: numberOptionaltotalGlobalHandlesSize: numberOptionalusedGlobalHandlesSize: numberProtected_allocatedProtected_externalProtected_heapProtected_numberProtected_numberProtected_peakProtected_totalProtected_totalProtected_totalProtected_totalProtected_totalProtected_usedProtected_usedIndicates the total allocated memory, in bytes. This excludes the heap itself.
The external allocated memory, in bytes.
Indicates the size limit of the VM heap, in bytes.
The number of detached native contexts in this VM instance.
The number of native contexts in this VM instance.
The peak allocated memory, in bytes.
Indicates the total amount of physical size available on the heap, in bytes.
The total size, in bytes, of the global handles.
Indicates the total size of the heap, in bytes.
Indicates the total size of of heap executable code, in bytes.
Indicates the total physical size allocated by the heap, in bytes.
The used size, in bytes, of the global handles.
Indicates the total size in-use by the heap, in bytes.
Copies all properties defined by the prototype of ScriptHeapInformation from other to this instance.
Clones this instance and returns a new ScriptHeapInformation with identical values.
Determines if this ScriptHeapInformation instance is equal to the other instance.
StaticisDetermines if both ScriptHeapInformation instances are equal.
The ScriptHeapInformation struct contains information about the VM heap and its memory usage.