Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c1747 allocate_edge_size(mach_vm_address_t * address, mach_vm_size_t size, kern_return_t expected_kr) in allocate_edge_size() function
1762 allocate_edge_size(&address, 0, kr_expected); in test_allocate_zero_size()
1776 allocate_edge_size(&address, size, KERN_NO_SPACE); in test_allocate_invalid_large_size()
1796 allocate_edge_size(&address, (mach_vm_size_t)UINTMAX_MAX, KERN_INVALID_ARGUMENT); in test_allocate_overflowing_size()