Home
last modified time | relevance | path

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

/xnu-8796.141.3/tests/vm/
H A Dvm_allocation.c1753 allocate_edge_size(mach_vm_address_t * address, mach_vm_size_t size, kern_return_t expected_kr) in allocate_edge_size() function
1768 allocate_edge_size(&address, 0, kr_expected); in test_allocate_zero_size()
1782 allocate_edge_size(&address, size, KERN_NO_SPACE); in test_allocate_invalid_large_size()
1802 allocate_edge_size(&address, (mach_vm_size_t)UINTMAX_MAX, KERN_INVALID_ARGUMENT); in test_allocate_overflowing_size()