Searched refs:DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DMemoryPressureHandlerCocoa.mm86 _cache_event_source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MEMORYSTATUS, 0, DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL | DISPATCH_MEMORYSTATUS_PRESSURE_WARN | DISPATCH_MEMORYSTATUS_PRESSURE_CRITICAL, dispatch_get_main_queue());
101 if (status == DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL) {
/macosx-10.10/libdispatch-442.1.4/private/
H A Dsource_private.h275 * @constant DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL
287 DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL enumerator in enum:__anon9484
/macosx-10.10/system_cmds-643.1.1/memory_pressure.tproj/
H A Dmemory_pressure.c580 desired_level = DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL;
680 var = ((TEST_LOW_MEMORY_PURGEABLE_TRIGGER_ALL << 16) | DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dsource.c2309 DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL | \
2325 if (memorystatus & DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL) {
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm1268 DISPATCH_MEMORYSTATUS_PRESSURE_WARN | DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL,
1272 if (currentStatus == DISPATCH_MEMORYSTATUS_PRESSURE_NORMAL)

Completed in 264 milliseconds