Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_allocation.c763 static test_option_t test_options; variable
4172 test_options.to_flags = VM_TEST_ALLOCATE;
4173 test_options.to_vmsize = 0;
4174 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4176 perform_test_with_options(test_options);
4183 test_options.to_flags = VM_TEST_DEALLOCATE;
4184 test_options.to_vmsize = 0;
4185 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4187 perform_test_with_options(test_options);
4192 test_options.to_flags = VM_TEST_READ;
[all …]