GetHeapStatistics Type
Constructors
| Constructor |
Description
|
Full Usage:
GetHeapStatistics(totalHeapSize, totalHeapSizeExecutable, totalPhysicalSize, totalAvailableSize, usedHeapSize, heapSizeLimit, mallocedMemory, peakMallocedMemory, doesZapGarbage)
Parameters:
int
-
totalHeapSizeExecutable : int
-
totalPhysicalSize : int
-
totalAvailableSize : int
-
usedHeapSize : int
-
heapSizeLimit : int
-
mallocedMemory : int
-
peakMallocedMemory : int
-
doesZapGarbage : bool
-
Returns: GetHeapStatistics
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.doesZapGarbage
|
|
Full Usage:
this.heapSizeLimit
|
|
Full Usage:
this.mallocedMemory
|
|
Full Usage:
this.peakMallocedMemory
|
|
Full Usage:
this.totalAvailableSize
|
|
Full Usage:
this.totalHeapSize
|
|
Full Usage:
this.totalHeapSizeExecutable
|
|
Full Usage:
this.totalPhysicalSize
|
|
Full Usage:
this.usedHeapSize
|
|
fable-electron-docs-api