Searched refs:allocate_edge_size (Results 1 – 1 of 1) sorted by relevance
1747 allocate_edge_size(mach_vm_address_t * address, mach_vm_size_t size, kern_return_t expected_kr) in allocate_edge_size() function1762 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()