Home
last modified time | relevance | path

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

/xnu-8796.141.3/tests/vm/
H A Dvm_allocation.c872 assert_allocate_success(mach_vm_address_t * address, mach_vm_size_t size, int address_flag) in assert_allocate_success() function
925 assert_allocate_success(dest, size, VM_FLAGS_ANYWHERE); in assert_allocate_copy_return()
1046 assert_allocate_success(&address, size, VM_FLAGS_ANYWHERE); in get_fixed_address()
1171 assert_allocate_success(&address, size, flag); in allocate()
1195 assert_allocate_success(&data, buffer_size, VM_FLAGS_ANYWHERE); in allocate_buffer()
1874 assert_allocate_success(&address, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_page_with_highest_address_hint()
1899 assert_allocate_success(&address1, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_first_fit_pages()
1906 assert_allocate_success(&address2, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_first_fit_pages()
2008 assert_allocate_success(&address, size, VM_FLAGS_FIXED); in test_write_pattern_deallocate_reallocate_zero_filled()
2579 assert_allocate_success(&dest, 4096, VM_FLAGS_ANYWHERE); in copy_edge_size()
[all …]