Searched refs:allocated_base (Results 1 – 1 of 1) sorted by relevance
3427 mach_vm_address_t allocated_base; in create_allocation() local3438 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() local3542 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()