Home
last modified time | relevance | path

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

/xnu-11215/tests/vm/
H A Dvm_allocation.c605 get_allocator() in get_allocator() function
820 if (get_allocator() == wrapper_mach_vm_map_2MB) { in get_mask()
1605 allocate_fn_t allocator = get_allocator(); in test_reallocate_pages()
1648 allocate_fn_t allocator = get_allocator(); in test_allocate_with_kernel_flags()
1685 allocate_fn_t allocator = get_allocator(); in test_allocate_superpage_with_incompatible_flags()
1731 …vm_map_offset_t mask = (get_allocator() == wrapper_mach_vm_map || get_allocator() == wrapper_mach_… in test_mach_vm_map_protection_inheritance_error()
1741 if (get_allocator() == wrapper_mach_vm_map_named_entry) { in test_mach_vm_map_protection_inheritance_error()
1828 if (get_allocator() != wrapper_mach_vm_map_named_entry) { in test_allocate_invalid_large_size()
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()
[all …]