<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Dispatch",
  "identifier" : "/documentation/Dispatch/dispatch_source_memorypressure_flags_t",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Dispatch"
    ],
    "preciseIdentifier" : "c:@T@dispatch_source_memorypressure_flags_t"
  },
  "title" : "dispatch_source_memorypressure_flags_t"
}
-->

# dispatch_source_memorypressure_flags_t

Memory pressure events.

```
typedef unsigned long dispatch_source_memorypressure_flags_t;
```

## Topics

### Memory Pressure Event Flags

[`DISPATCH_MEMORYPRESSURE_WARN`](/documentation/Dispatch/DISPATCH_MEMORYPRESSURE_WARN)

The system memory pressure condition is at the warning stage.

[`DISPATCH_MEMORYPRESSURE_NORMAL`](/documentation/Dispatch/DISPATCH_MEMORYPRESSURE_NORMAL)

The system memory pressure condition has returned to normal.

[`DISPATCH_MEMORYPRESSURE_CRITICAL`](/documentation/Dispatch/DISPATCH_MEMORYPRESSURE_CRITICAL)

The system memory pressure condition is at the critical stage.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)