Static Propertynmggithub.kass 3.2.4MachCore
wiredStaticKernelcache
MemoryInfo.swift:244static let wiredStaticKernelcache: Mach.MemoryInfoCounterType
static let wiredStaticKernelcache: Mach.MemoryInfoCounterType
s8MachCore0A0V21MemoryInfoCounterTypeV22wiredStaticKernelcacheAEvpZ
What are these?9N6W6
import MachCore
The core module for interacting with the Mach kernel.
struct MemoryInfoCounterType
A type of memory counter.
struct Mach
The Mach kernel.
init(name: String?, rawValue: UInt64)
Represents a raw counter type with an optional name.
static let allCases: [`Self`]
All known counter types.
static let bootStolen: Mach.MemoryInfoCounterType
static let loPage: Mach.MemoryInfoCounterType
static let managed: Mach.MemoryInfoCounterType
static let mapKalloc: Mach.MemoryInfoCounterType
static let mapKallocLargeData: Mach.MemoryInfoCounterType
static let mapKernel: Mach.MemoryInfoCounterType
static let mapKernelData: Mach.MemoryInfoCounterType
static let mapZone: Mach.MemoryInfoCounterType
static let reserved: Mach.MemoryInfoCounterType
static let stolen: Mach.MemoryInfoCounterType
static let wired: Mach.MemoryInfoCounterType
static let wiredBoot: Mach.MemoryInfoCounterType
static let wiredManaged: Mach.MemoryInfoCounterType
var name: String?
The name of the counter type, if it can be determined.
let rawValue: UInt64
The raw value of the counter type.