Header menu logo fable-electron-docs-api

GetHeapStatistics Type

Constructors

Constructor Description

GetHeapStatistics(totalHeapSize, totalHeapSizeExecutable, totalPhysicalSize, totalAvailableSize, usedHeapSize, heapSizeLimit, mallocedMemory, peakMallocedMemory, doesZapGarbage)

Full Usage: GetHeapStatistics(totalHeapSize, totalHeapSizeExecutable, totalPhysicalSize, totalAvailableSize, usedHeapSize, heapSizeLimit, mallocedMemory, peakMallocedMemory, doesZapGarbage)

Parameters:
    totalHeapSize : int -
    totalHeapSizeExecutable : int -
    totalPhysicalSize : int -
    totalAvailableSize : int -
    usedHeapSize : int -
    heapSizeLimit : int -
    mallocedMemory : int -
    peakMallocedMemory : int -
    doesZapGarbage : bool -

Returns: GetHeapStatistics
totalHeapSize : int

totalHeapSizeExecutable : int

totalPhysicalSize : int

totalAvailableSize : int

usedHeapSize : int

heapSizeLimit : int

mallocedMemory : int

peakMallocedMemory : int

doesZapGarbage : bool

Returns: GetHeapStatistics

Instance members

Instance member Description

this.doesZapGarbage

Full Usage: this.doesZapGarbage

this.heapSizeLimit

Full Usage: this.heapSizeLimit

this.mallocedMemory

Full Usage: this.mallocedMemory

this.peakMallocedMemory

Full Usage: this.peakMallocedMemory

this.totalAvailableSize

Full Usage: this.totalAvailableSize

this.totalHeapSize

Full Usage: this.totalHeapSize

this.totalHeapSizeExecutable

Full Usage: this.totalHeapSizeExecutable

this.totalPhysicalSize

Full Usage: this.totalPhysicalSize

this.usedHeapSize

Full Usage: this.usedHeapSize

Type something to start searching.