Header menu logo fable-electron-docs-api

GetBlinkMemoryInfo Type

Constructors

Constructor Description

GetBlinkMemoryInfo(allocated, total)

Full Usage: GetBlinkMemoryInfo(allocated, total)

Parameters:
    allocated : int - Size of all allocated objects in Kilobytes.
    total : int - Total allocated space in Kilobytes.

Returns: GetBlinkMemoryInfo
allocated : int

Size of all allocated objects in Kilobytes.

total : int

Total allocated space in Kilobytes.

Returns: GetBlinkMemoryInfo

Instance members

Instance member Description

this.allocated

Full Usage: this.allocated

Size of all allocated objects in Kilobytes.

this.total

Full Usage: this.total

Total allocated space in Kilobytes.

Type something to start searching.