Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/vm/
H A Dvm_allocation.c880 assert_allocate_success(mach_vm_address_t * address, mach_vm_size_t size, int address_flag) in assert_allocate_success() function
933 assert_allocate_success(dest, size, VM_FLAGS_ANYWHERE); in assert_allocate_copy_return()
1054 assert_allocate_success(&address, size, VM_FLAGS_ANYWHERE); in get_fixed_address()
1179 assert_allocate_success(&address, size, flag); in allocate()
1203 assert_allocate_success(&data, buffer_size, VM_FLAGS_ANYWHERE); in allocate_buffer()
1922 assert_allocate_success(&address, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_page_with_highest_address_hint()
1947 assert_allocate_success(&address1, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_first_fit_pages()
1954 assert_allocate_success(&address2, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_first_fit_pages()
2056 assert_allocate_success(&address, size, VM_FLAGS_FIXED); in test_write_pattern_deallocate_reallocate_zero_filled()
2627 assert_allocate_success(&dest, 4096, VM_FLAGS_ANYWHERE); in copy_edge_size()
[all …]