Searched refs:wrapper_mach_vm_allocate (Results 1 – 1 of 1) sorted by relevance
425 wrapper_mach_vm_allocate(vm_map_t map, mach_vm_address_t * address, mach_vm_size_t size, int flags) in wrapper_mach_vm_allocate() function497 {wrapper_mach_vm_allocate, "mach_vm_allocate()"},584 static allocate_fn_t _allocator = wrapper_mach_vm_allocate;1814 …kern_return_t kr_expected = (get_allocator() != wrapper_mach_vm_allocate) ? KERN_INVALID_ARGUMENT … in test_allocate_zero_size()1865 …size ? KERN_INVALID_ADDRESS : (get_allocator() != wrapper_mach_vm_allocate) ? KERN_INVALID_ARGUMEN… in test_allocate_at_zero()1895 kern_return_t kr_expected = (!size && get_allocator() != wrapper_mach_vm_allocate) in test_allocate_2MB_boundary_unaligned_page_aligned_address()1920 if (get_allocator() == wrapper_mach_vm_allocate) { in test_allocate_page_with_highest_address_hint()3728 set_allocator(wrapper_mach_vm_allocate); in run_deallocate_test_suites()3805 set_allocator(wrapper_mach_vm_allocate); in run_read_test_suites()3875 set_allocator(wrapper_mach_vm_allocate); in run_write_test_suites()[all …]