Instance Propertynmggithub.kass 3.2.4MachCore
flags
The flags that are included in the set.
var flags: [`Self`] { get }
The flags that are included in the set.
var flags: [`Self`] { get }
import MachCore
The core module for interacting with the Mach kernel.
struct MemoryInfoFlags
Flags for memory info.
struct Mach
The Mach kernel.
init(name: String?, rawValue: UInt32)
Represents a raw flag with an optional name.
static let allCases: [`Self`]
All known flags.
static let hide: Mach.MemoryInfoFlags
The info is hidden from zprint
.
static let kalloc: Mach.MemoryInfoFlags
The info is about a size class for kalloc
.
static let named: Mach.MemoryInfoFlags
The info is named.
static let wired: Mach.MemoryInfoFlags
The memory is wired.
static let zone: Mach.MemoryInfoFlags
The info is about a zone.
static let zoneView: Mach.MemoryInfoFlags
The info is a zone view (statistics).
var name: String?
The name of the flag, if it can be determined.
let rawValue: UInt32
The raw value of the flag.