Searched refs:assert_allocate_copy_return (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_allocation.c | 955 assert_allocate_copy_return(mach_vm_address_t source, mach_vm_size_t size, mach_vm_address_t * dest… in assert_allocate_copy_return() function 963 assert_allocate_copy_return(source, size, dest, KERN_SUCCESS); in assert_allocate_copy_success() 2793 assert_allocate_copy_return(source, size, &dest, KERN_INVALID_ADDRESS); in test_copy_partially_deallocated_range() 2820 assert_allocate_copy_return(source, size, &dest, kr_expected); in test_copy_partially_unreadable_range()
|