Home
last modified time | relevance | path

Searched refs:LOW_JETSAM_LIMIT (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test_limit_and_threshold_same.c61 diag_mem_set_jetsam_watermark(LOW_JETSAM_LIMIT); in diag_threshold_test_limit_and_threshold_same()
75 diag_mem_set_jetsam_watermark(LOW_JETSAM_LIMIT ); in diag_threshold_test_limit_and_threshold_same()
88 diag_mem_set_jetsam_watermark(LOW_JETSAM_LIMIT << 1); in diag_threshold_test_limit_and_threshold_same()
H A Ddiag_threshold_test_with_high_watermark.c33 (void)set_memory_diagnostics_threshold_limits(LOW_JETSAM_LIMIT, true); in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test_with_low_watermark.c34 diag_mem_set_jetsam_watermark(LOW_JETSAM_LIMIT); in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test.h33 #define LOW_JETSAM_LIMIT (10*1024*1024) macro