Static Propertynmggithub.kass 3.2.4MachCore
hv
MemoryInfo.swift:168static let hv: Mach.MemoryInfoTag
static let hv: Mach.MemoryInfoTag
import MachCore
The core module for interacting with the Mach kernel.
struct MemoryInfoTag
A tag for memory info.
struct Mach
The Mach kernel.
init(name: String?, rawValue: UInt16)
Represents a raw tag with an optional name.
static let allCases: [`Self`]
All known tags.
static let bsd: Mach.MemoryInfoTag
static let compressedData: Mach.MemoryInfoTag
static let compressor: Mach.MemoryInfoTag
static let cpu: Mach.MemoryInfoTag
static let diag: Mach.MemoryInfoTag
static let exclaves: Mach.MemoryInfoTag
static let file: Mach.MemoryInfoTag
static let iokit: Mach.MemoryInfoTag
static let ipc: Mach.MemoryInfoTag
static let kalloc: Mach.MemoryInfoTag
static let kallocData: Mach.MemoryInfoTag
static let kallocType: Mach.MemoryInfoTag
static let kext: Mach.MemoryInfoTag
static let libkern: Mach.MemoryInfoTag
static let log: Mach.MemoryInfoTag
static let ltable: Mach.MemoryInfoTag
static let mbuf: Mach.MemoryInfoTag
static let mlock: Mach.MemoryInfoTag
static let none: Mach.MemoryInfoTag
static let osfmk: Mach.MemoryInfoTag
static let oskext: Mach.MemoryInfoTag
static let phantomCache: Mach.MemoryInfoTag
static let pmap: Mach.MemoryInfoTag
static let pte: Mach.MemoryInfoTag
static let reason: Mach.MemoryInfoTag
static let recount: Mach.MemoryInfoTag
static let retired: Mach.MemoryInfoTag
static let security: Mach.MemoryInfoTag
static let skywalk: Mach.MemoryInfoTag
static let stack: Mach.MemoryInfoTag
static let triage: Mach.MemoryInfoTag
static let ubc: Mach.MemoryInfoTag
static let waitq: Mach.MemoryInfoTag
static let zone: Mach.MemoryInfoTag
var name: String?
The name of the tag, if it can be determined.
let rawValue: UInt16
The raw value of the tag.