Function hypervisor::kvm::dirty_log_bitmap_size
source · pub fn dirty_log_bitmap_size(size: usize) -> usize
Expand description
Helper function to determine the size in bytes of a dirty log bitmap for the given memory region size.
§Arguments
size
- Number of bytes in the memory region being queried.