Lines Matching refs:deallocate_range
1324 deallocate_range(mach_vm_address_t address, mach_vm_size_t size) in deallocate_range() function
1342 deallocate_range(address, already_deallocated_address - address); in deallocate_range_except_page()
1345 deallocate_range(already_deallocated_end, end - already_deallocated_end); in deallocate_range_except_page()
1347 deallocate_range(address, size); in deallocate_range_except_page()
1455 deallocate_range(mach_vm_trunc_page(address), size + 1); in read_deallocate()
1530 deallocate_range(mach_vm_trunc_page(source), size + 1); in copy_deallocate()
1883 deallocate_range(address, 0); in test_allocate_zero_size()
1941 deallocate_range(address, size); in test_allocate_at_zero()
1968 deallocate_range(address, size); in test_allocate_2MB_boundary_unaligned_page_aligned_address()
1990 deallocate_range(address, vm_page_size); in test_allocate_page_with_highest_address_hint()
2036 deallocate_range(address1, vm_page_size); in test_allocate_first_fit_pages()
2037 deallocate_range(address2, vm_page_size); in test_allocate_first_fit_pages()
2662 deallocate_range(dest, 4096); in copy_edge_size()
2713 deallocate_range(dest, 4096); in test_copy_wrapped_around_ranges()
2797 deallocate_range(dest, size); in test_copy_partially_deallocated_range()
2823 deallocate_range(dest, size); in test_copy_partially_unreadable_range()