Home
last modified time | relevance | path

Searched refs:diag_mem_threshold_waste_memory (Results 1 – 10 of 10) sorted by relevance

/xnu-10063.141.1/tests/vm/
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_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_with_low_watermark.c37 diag_mem_threshold_waste_memory(ABOVE_JETSAM_LIMIT); in diag_threshold_test_with_low_watermark()
50 diag_mem_threshold_waste_memory(2 * WORKING_LIMIT); in diag_threshold_test_with_low_watermark()
H A Ddiag_threshold_test_with_high_watermark.c37 diag_mem_threshold_waste_memory(ABOVE_JETSAM_LIMIT); in diag_threshold_test_with_high_watermark()
50 diag_mem_threshold_waste_memory(2 * WORKING_LIMIT); in diag_threshold_test_with_high_watermark()
H A Ddiag_threshold_test_simple.c35 diag_mem_threshold_waste_memory(TEST_LIMIT); in simple_test_execution()
H A Ddiag_threshold_test_no_limit_cross.c39 diag_mem_threshold_waste_memory(WORKING_LIMIT - (1024 * 1024)); in no_limit_cross_test_execution()
H A Ddiag_threshold_test_enable_disable_threshold.c39 diag_mem_threshold_waste_memory(WORKING_LIMIT - (1024 * 1024)); in enable_disable_threshold_test_execution()
H A Ddiag_threshold_test_large_limit.c38 diag_mem_threshold_waste_memory(TEST_CONSUMPTION_THIS_TEST); in simple_test_large_limit_testexecution()
H A Ddiag_threshold_test.h85 void diag_mem_threshold_waste_memory(uint64_t ammount);
H A Ddiag_threshold_test.c372 diag_mem_threshold_waste_memory(uint64_t ammount) in diag_mem_threshold_waste_memory() function