Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/vm/
H A Dvm_allocation.c726 static test_option_t test_options; variable
4141 test_options.to_flags = VM_TEST_ALLOCATE;
4142 test_options.to_vmsize = 0;
4143 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4145 perform_test_with_options(test_options);
4151 test_options.to_flags = VM_TEST_DEALLOCATE;
4152 test_options.to_vmsize = 0;
4153 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4155 perform_test_with_options(test_options);
4160 test_options.to_flags = VM_TEST_READ;
[all …]