Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/vm/
H A Dvm_allocation.c734 static test_option_t test_options; variable
4191 test_options.to_flags = VM_TEST_ALLOCATE;
4192 test_options.to_vmsize = 0;
4193 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4195 perform_test_with_options(test_options);
4201 test_options.to_flags = VM_TEST_DEALLOCATE;
4202 test_options.to_vmsize = 0;
4203 test_options.to_quietness = ERROR_ONLY_QUIETNESS;
4205 perform_test_with_options(test_options);
4210 test_options.to_flags = VM_TEST_READ;
[all …]