Static Propertynmggithub.kass 3.2.4MachCore
noCache
Allocate.swift:40static let noCache: Mach.VMAllocationFlags
static let noCache: Mach.VMAllocationFlags
import MachCore
The core module for interacting with the Mach kernel.
struct VMAllocationFlags
Flags for allocating memory.
struct Mach
The Mach kernel.
init(name: String?, rawValue: Int32)
Represents a raw flag with an optional name.
static let allCases: [`Self`]
All known allocation flags.
static let anywhere: Mach.VMAllocationFlags
static let fixed: Mach.VMAllocationFlags
static let fourGBChunk: Mach.VMAllocationFlags
static let overwrite: Mach.VMAllocationFlags
static let permanent: Mach.VMAllocationFlags
static let purgable: Mach.VMAllocationFlags
static let randomAddress: Mach.VMAllocationFlags
static let resilientCodesign: Mach.VMAllocationFlags
static let resilientMedia: Mach.VMAllocationFlags
static let trpo: Mach.VMAllocationFlags
let name: String?
The name of the flag, if it can be determined.
var rawValue: Int32
The raw value of the flag.