Searched refs:run_suite (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_allocation.c | 273 #define run_suite(set_up, tests, tear_down, ...) \ macro 3611 run_suite(set_up_allocator_and_vm_variables, allocate_argument_error_tests, do_nothing, in run_allocate_test_suites() 3621 …run_suite(set_up_allocator_and_vm_variables, mach_vm_map_protection_inheritance_error_test, do_not… in run_allocate_test_suites() 3632 run_suite(set_up_allocator_and_vm_variables_and_allocate, allocate_main_tests, deallocate, in run_allocate_test_suites() 3643 run_suite(set_up_allocator_and_vm_size, allocate_address_error_tests, do_nothing, in run_allocate_test_suites() 3649 …run_suite(set_up_allocator, allocate_fixed_size_tests, do_nothing, "%s fixed size allocation tests… in run_allocate_test_suites() 3651 …run_suite(set_up_allocator, allocate_invalid_large_size_test, do_nothing, "%s invalid large size a… in run_allocate_test_suites() 3656 run_suite(set_up_vm_size, mach_vm_map_large_mask_overflow_error_test, do_nothing, in run_allocate_test_suites() 3705 run_suite(set_up_vm_variables_and_allocate, access_deallocated_memory_tests, do_nothing, in run_deallocate_test_suites() 3719 run_suite(set_up_vm_variables_and_allocate, deallocate_reallocate_tests, do_nothing, in run_deallocate_test_suites() [all …]
|