Contents

DISPATCH_SOURCE_TYPE_MEMORYPRESSURE

A type of dispatch source for monitoring memory pressure events.

Declaration

#define DISPATCH_SOURCE_TYPE_MEMORYPRESSURE

Discussion

A dispatch source that monitors the memory pressure of the system. The handle is unused and you should pass 0 for that parameter. The mask is a mask of desired events from Dispatch Source Memory Pressure Event Flags.

See Also

Dispatch Source Types