Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/vm/ !
H A Dvm_allocation.c2815 mach_vm_address_t source_mid_point = (mach_vm_address_t)mach_vm_trunc_page(dest + size / 2); in test_copy_dest_partially_deallocated_region() local
2820 (uintmax_t)source_mid_point); in test_copy_dest_partially_deallocated_region()
2821 assert_deallocate_success(source_mid_point, vm_page_size); in test_copy_dest_partially_deallocated_region()
2844 mach_vm_address_t source_mid_point = (mach_vm_address_t)mach_vm_trunc_page(source + size / 2); in test_copy_source_partially_deallocated_region() local
2849 (uintmax_t)source_mid_point); in test_copy_source_partially_deallocated_region()
2850 assert_deallocate_success(source_mid_point, vm_page_size); in test_copy_source_partially_deallocated_region()