Searched refs:memorystatus_purge_on_warning (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c2828 extern int memorystatus_purge_on_warning;
2878 force_purge = memorystatus_purge_on_warning;
2942 extern int memorystatus_purge_on_warning;
2946 SYSCTL_INT(_kern, OID_AUTO, memorystatus_purge_on_warning, CTLFLAG_RW|CTLFLAG_LOCKED, &memorystatus_purge_on_warning, 0, "");
/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c123 int memorystatus_purge_on_warning = 2; variable
1610 force_purge = memorystatus_purge_on_warning;

Completed in 81 milliseconds