Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/vm/
H A Dvm_allocation.c2402 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
2407 (uintmax_t)buffer_mid_point); in test_write_partially_deallocated_buffer()
2408 assert_deallocate_success(buffer_mid_point, vm_page_size); in test_write_partially_deallocated_buffer()
2426 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
2431 (uintmax_t)buffer_mid_point); in test_write_partially_unreadable_buffer()
2432 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_vm_protect(mach_task_self(), buffer_mid_point, vm_page_size, F… in test_write_partially_unreadable_buffer()