SystemMemoryInfo

external interface SystemMemoryInfo(source)

Properties

Link copied to clipboard
abstract var fileBacked: Double

The amount of memory that currently has been paged out to storage. Includes memory for file caches, network buffers, and other system services.

Link copied to clipboard
abstract var free: Double

The total amount of memory not being used by applications or disk cache.

Link copied to clipboard
abstract var purgeable: Double

The amount of memory that is marked as "purgeable". The system can reclaim it if memory pressure increases.

Link copied to clipboard
abstract var swapFree: Double

The free amount of swap memory in Kilobytes available to the system.

Link copied to clipboard
abstract var swapTotal: Double

The total amount of swap memory in Kilobytes available to the system.

Link copied to clipboard
abstract var total: Double

The total amount of physical memory in Kilobytes available to the system.