Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation.h3427 mach_vm_address_t allocated_base; in create_allocation() local
3438 kr = allocate_away_from_zero(result.map, &allocated_base, allocated_size, in create_allocation()
3445 result.guard_prefix = (addr_t)allocated_base; in create_allocation()
3532 mach_vm_address_t allocated_base; in create_unallocation() local
3542 kr = allocate_away_from_zero(result.map, &allocated_base, allocated_size, 0, 0); in create_unallocation()
3548 result.guard_prefix = (addr_t)allocated_base; in create_unallocation()