Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/vm/
H A Dvm_allocation.c397 typedef kern_return_t (*allocate_fn_t)(vm_map_t, mach_vm_address_t *, mach_vm_size_t, int); typedef
486 allocate_fn_t allocate;
576 static allocate_fn_t _allocator = wrapper_mach_vm_allocate;
591 set_allocator(allocate_fn_t allocate) in set_allocator()
596 static allocate_fn_t
1597 allocate_fn_t allocator = get_allocator(); in test_reallocate_pages()
1640 allocate_fn_t allocator = get_allocator(); in test_allocate_with_kernel_flags()
1884 allocate_fn_t allocator = get_allocator(); in test_allocate_first_fit_pages()