Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Dvm_allocation.c1902 mach_vm_address_t address1 = 0x0; in test_allocate_first_fit_pages() local
1910 assert_allocate_success(&address1, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_first_fit_pages()
1911 logv("Found address 0x%jx.", (uintmax_t)address1); in test_allocate_first_fit_pages()
1912 assert_aligned_address(address1); in test_allocate_first_fit_pages()
1913 mach_vm_address_t address2 = address1; in test_allocate_first_fit_pages()
1920 T_QUIET; T_ASSERT_GT(address2, address1, in test_allocate_first_fit_pages()
1923 (uintmax_t)address2, (uintmax_t)address1); in test_allocate_first_fit_pages()
1925 logv("Allocating pages between 0x%jx and 0x%jx...", (uintmax_t)address1, (uintmax_t)address2); in test_allocate_first_fit_pages()
1926 for (i = address1; i <= address2; i += vm_page_size) { in test_allocate_first_fit_pages()
1934 deallocate_range(address1, vm_page_size); in test_allocate_first_fit_pages()