Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/tests/superpages/
H A Dtestsp.c179 mach_vm_size_t global_size = 0; variable
194 global_size = SUPERPAGE_SIZE; in test_allocate()
196 …kr = mach_vm_allocate(mach_task_self(), &global_addr, global_size, VM_FLAGS_ANYWHERE | VM_FLAGS_SU… in test_allocate()
206 if (!(ret = check_rw(global_addr, global_size))) { in test_allocate()
228 kr = mach_vm_deallocate(mach_task_self(), global_addr, global_size); in test_deallocate()