Searched refs:address2 (Results 1 – 1 of 1) sorted by relevance
1902 mach_vm_address_t address2 = address1; in test_allocate_first_fit_pages() local1906 assert_allocate_success(&address2, vm_page_size, VM_FLAGS_ANYWHERE); in test_allocate_first_fit_pages()1907 logv("Found address 0x%jx.", (uintmax_t)address2); in test_allocate_first_fit_pages()1908 assert_aligned_address(address2); in test_allocate_first_fit_pages()1909 T_QUIET; T_ASSERT_GT(address2, address1, in test_allocate_first_fit_pages()1912 (uintmax_t)address2, (uintmax_t)address1); in test_allocate_first_fit_pages()1914 logv("Allocating pages between 0x%jx and 0x%jx...", (uintmax_t)address1, (uintmax_t)address2); in test_allocate_first_fit_pages()1915 for (i = address1; i <= address2; i += vm_page_size) { in test_allocate_first_fit_pages()1924 deallocate_range(address2, vm_page_size); in test_allocate_first_fit_pages()