Searched refs:assert_allocate_copy_return (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tests/vm/ |
| H A D | vm_allocation.c | 923 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 931 assert_allocate_copy_return(source, size, dest, KERN_SUCCESS); in assert_allocate_copy_success() 2721 assert_allocate_copy_return(source, size, &dest, KERN_INVALID_ADDRESS); in test_copy_partially_deallocated_range() 2748 assert_allocate_copy_return(source, size, &dest, kr_expected); in test_copy_partially_unreadable_range()
|