Static Propertynmggithub.kass 3.2.4MachCore
tag
The info is about an allocation tag.
static let tag: Mach.MemoryInfoType
The info is about an allocation tag.
static let tag: Mach.MemoryInfoType
import MachCore
The core module for interacting with the Mach kernel.
struct MemoryInfoType
A type of memory info.
struct Mach
The Mach kernel.
init(name: String?, rawValue: UInt8)
Represents a raw info type with an optional name.
static let allCases: [`Self`]
All known info types.
static let counter: Mach.MemoryInfoType
The info is a counter.
static let kernel: Mach.MemoryInfoType
The info is about the kernel.
static let kmod: Mach.MemoryInfoType
The info is about a kernel module.
var name: String?
The name of the info type, if it can be determined.
let rawValue: UInt8
The raw value of the info type.