Searched refs:unallocation_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 3508 } unallocation_t; typedef 3510 static unallocation_t __attribute__((overloadable)) 3521 unallocation_t result; 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() 3562 static unallocation_t __attribute__((overloadable)) 3569 cleanup_unallocation(unallocation_t *unallocation) in cleanup_unallocation() 4643 unallocation_t dst SMART_UNALLOCATE_VM(map, TEST_ALLOC_SIZE); in test_mach_allocation_func_with_start_size() 4867 unallocation_t dst_base SMART_UNALLOCATE_VM(map, TEST_ALLOC_SIZE); in test_allocated_src_unallocated_dst_size()
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 2228 unallocation_t dst_base SMART_UNALLOCATE_VM(map, TEST_ALLOC_SIZE); in test_dst_size_fileoff()
|