Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_allocation.c2460 mach_vm_address_t buffer_mid_point = (mach_vm_address_t)mach_vm_trunc_page(data + buffer_size / 2); in test_write_partially_deallocated_buffer() local
2465 (uintmax_t)buffer_mid_point); in test_write_partially_deallocated_buffer()
2466 deallocate_buffer_page_early(buffer_mid_point); in test_write_partially_deallocated_buffer()
2484 mach_vm_address_t buffer_mid_point = (mach_vm_address_t)mach_vm_trunc_page(data + buffer_size / 2); in test_write_partially_unreadable_buffer() local
2489 (uintmax_t)buffer_mid_point); in test_write_partially_unreadable_buffer()
2490 …assert_mach_success(mach_vm_protect(mach_task_self(), buffer_mid_point, vm_page_size, FALSE, VM_PR… in test_write_partially_unreadable_buffer()