pub struct CowMapping {
pub original_page: PhysicalAddress,
pub ref_count: AtomicUsize,
}Expand description
Copy-on-write (COW) support
Fields§
§original_page: PhysicalAddressOriginal physical page
ref_count: AtomicUsizeReference count
pub struct CowMapping {
pub original_page: PhysicalAddress,
pub ref_count: AtomicUsize,
}Copy-on-write (COW) support
original_page: PhysicalAddressOriginal physical page
ref_count: AtomicUsizeReference count