GlobalMemory

interface GlobalMemory

GlobalMemory represents the system's memory information. It provides details about the total memory, available memory, page size, virtual memory, and physical memory.

Author

N7ghtm4r3

Inheritors

GlobalMemoryImpl

Properties

Link copied to clipboard
abstract val available: Long

available The amount of available memory in the system (in bytes).

Link copied to clipboard
abstract val pageSize: Long

pageSize The system's memory page size (in bytes).

Link copied to clipboard

physicalMemory The list of physical memory information in the system. It provides details about each physical memory module installed.

Link copied to clipboard
abstract val total: Long

total The total amount of memory in the system (in bytes).

Link copied to clipboard

virtualMemory The virtual memory information of the system. It includes details like swap space and memory limits.