Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/vm/
H A Dvm_allocation.c726 static test_option_t test_options; variable
4135 test_options.to_flags = VM_TEST_ALLOCATE;
4136 test_options.to_vmsize = 0;
4137 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4139 perform_test_with_options(test_options);
4145 test_options.to_flags = VM_TEST_DEALLOCATE;
4146 test_options.to_vmsize = 0;
4147 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4149 perform_test_with_options(test_options);
4154 test_options.to_flags = VM_TEST_READ;
[all …]