Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/vm/
H A Dvm_allocation.c403 static mach_vm_address_t fixed_vm_address = 0x0; variable
415 if (fixed_vm_address != 0 && in check_fixed_address()
416 fixed_vm_address <= *address && in check_fixed_address()
417 *address + size <= fixed_vm_address + fixed_vm_size) { in check_fixed_address()
418 assert_deallocate_success(fixed_vm_address, fixed_vm_size); in check_fixed_address()
419 fixed_vm_address = 0; in check_fixed_address()
1053 T_QUIET; T_ASSERT_EQ(fixed_vm_address, 0, "previous fixed address not used"); in get_fixed_address()
1055 fixed_vm_address = address; in get_fixed_address()