Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test_no_retrigger.c35 diag_mem_threshold_waste_memory(TEST_LIMIT); in diag_threshold_test_no_retrigger_execution()
46 diag_mem_threshold_waste_memory(TEST_LIMIT); in diag_threshold_test_no_retrigger_execution()
H A Ddiag_threshold_test_double_limit.c33 diag_mem_threshold_waste_memory(TEST_LIMIT); in double_limit_test_execution()
45 diag_mem_threshold_waste_memory(TEST_LIMIT); in double_limit_test_execution()
H A Ddiag_threshold_test_simple.c35 diag_mem_threshold_waste_memory(TEST_LIMIT); in simple_test_execution()
H A Ddiag_threshold_test.h38 #define TEST_LIMIT (WORKING_LIMIT+(2*(1024*1024))) macro