Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/vm/
H A Dvm_allocation.c2385 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
2390 (uintmax_t)buffer_mid_point); in test_write_partially_deallocated_buffer()
2391 assert_deallocate_success(buffer_mid_point, vm_page_size); in test_write_partially_deallocated_buffer()
2409 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
2414 (uintmax_t)buffer_mid_point); in test_write_partially_unreadable_buffer()
2415 …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()