# Constants
DEPRECATED: Please use CacheTypeUnified.
DEPRECATED: Please use CacheTypeUnified.
DEPRECATED: Please use CacheTypeUnified.
CacheTypeData indicates the memory cache stores only data (non-executable bytecode).
CacheTypeInstruction indicates the memory cache stores only instructions (executable bytecode).
CacheTypeUnified indicates the memory cache stores both instructions and data.
# Structs
Area describes a set of physical memory on a host system.
Cache contains information about a single memory cache on a physical CPU package.
HugePageAmounts describes huge page info.
Info contains information about the memory on a host system.
Module describes a single physical memory module for a host system.
# Type aliases
CacheType indicates the type of memory stored in a memory cache.