Searched refs:source_mid_point (Results 1 – 1 of 1) sorted by relevance
2833 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() local2838 (uintmax_t)source_mid_point); in test_copy_dest_partially_deallocated_region()2839 deallocate_vm_page_early(source_mid_point); in test_copy_dest_partially_deallocated_region()2857 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() local2862 (uintmax_t)source_mid_point); in test_copy_source_partially_deallocated_region()2863 deallocate_vm_page_early(source_mid_point); in test_copy_source_partially_deallocated_region()