Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_allocation.c406 static mach_vm_address_t fixed_vm_address = 0x0; variable
418 if (fixed_vm_address != 0 && in check_fixed_address()
419 fixed_vm_address <= *address && in check_fixed_address()
420 *address + size <= fixed_vm_address + fixed_vm_size) { in check_fixed_address()
421 assert_deallocate_success(fixed_vm_address, fixed_vm_size); in check_fixed_address()
422 fixed_vm_address = 0; in check_fixed_address()
1092 T_QUIET; T_ASSERT_EQ(fixed_vm_address, 0ull, "previous fixed address not used"); in get_fixed_address()
1094 fixed_vm_address = address; in get_fixed_address()