Home
last modified time | relevance | path

Searched refs:wrapper_mach_vm_allocate (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/tests/vm/
H A Dvm_allocation.c425 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() function
489 {wrapper_mach_vm_allocate, "mach_vm_allocate()"},
576 static allocate_fn_t _allocator = wrapper_mach_vm_allocate;
1760 …kern_return_t kr_expected = (get_allocator() != wrapper_mach_vm_allocate) ? KERN_INVALID_ARGUMENT … in test_allocate_zero_size()
1811 …size ? KERN_INVALID_ADDRESS : (get_allocator() != wrapper_mach_vm_allocate) ? KERN_INVALID_ARGUMEN… in test_allocate_at_zero()
1841 kern_return_t kr_expected = (!size && get_allocator() != wrapper_mach_vm_allocate) in test_allocate_2MB_boundary_unaligned_page_aligned_address()
1866 if (get_allocator() == wrapper_mach_vm_allocate) { in test_allocate_page_with_highest_address_hint()
3672 set_allocator(wrapper_mach_vm_allocate); in run_deallocate_test_suites()
3749 set_allocator(wrapper_mach_vm_allocate); in run_read_test_suites()
3819 set_allocator(wrapper_mach_vm_allocate); in run_write_test_suites()
[all …]