Lines Matching refs:memory
13 …emory Warnings](https://developer.apple.com/documentation/xcode/responding-to-low-memory-warnings).
17 Processes may subscribe to notifications regarding memory limits.
21 …CH_MEMORYPRESSURE_PROC_LIMIT_WARN` | Process is within 100 MB of its memory limit. …
22 …EMORYPRESSURE_PROC_LIMIT_CRITICAL` | Process has violated memory limit. Only sent if the memory li…
32 …| `DISPATCH_MEMORYPRESSURE_WARN` | Device is beginning to experience memory pressure. Consider…
34 …CRITICAL` | `DISPATCH_MEMORYPRESSURE_CRITICAL` | Device is in a critical memory state. Expect late…
41 The VM monitors the amount of "available memory" , which comprises the following:
48 In other words, `AVAILABLE_NON_COMPRESSED_MEMORY` tracks all of the memory on
50 wired, compressed, or stolen). `AVAILABLE_MEMORY` tracks all memory that
51 is reclaimable, free, or being used to store compressed anonymous memory (i.e.
52 not wired or stolen). Compressed anonymous memory may be further "reclaimed"
81 The jetsam control loop monitors a different measure of "available" memory
93 fully-reclaimable memory to satisfy transient spikes in page demand. This pool
97 Conversely, vm_pressure attempts to maintain the amount of memory available to
99 majority of the memory not otherwise wired down or stolen by the operating
100 system. If overall memory demand is such that, even with compression, the
101 working set no longer fits in available memory, then the system begins making