Lines Matching refs:new_map
3400 create_allocation(MAP_T new_map, mach_vm_address_t new_size, mach_vm_size_t align_mask, in create_allocation() argument
3415 result.map = new_map; in create_allocation()
3423 return (allocation_t){new_map, 0, 0, 0, 0, 0, 0, 0}; in create_allocation()
3431 return (allocation_t){new_map, 0, 0, 0, 0, 0, 0, 0}; in create_allocation()
3441 return (allocation_t){new_map, 0, 0, 0, 0, 0, 0, 0}; in create_allocation()
3511 create_unallocation(MAP_T new_map, mach_vm_address_t new_size, bool allow_failure) in create_unallocation() argument
3523 result.map = new_map; in create_unallocation()
3528 return (unallocation_t){new_map, 0, 0, 0, 0, 0}; in create_unallocation()
3536 return (unallocation_t){new_map, 0, 0, 0, 0, 0}; in create_unallocation()
3544 return (unallocation_t){new_map, 0, 0, 0, 0, 0}; in create_unallocation()
3563 create_unallocation(MAP_T new_map, mach_vm_address_t new_size) in create_unallocation() argument
3565 return create_unallocation(new_map, new_size, false /*allow_failure*/); in create_unallocation()