AddressSpace

Type Alias AddressSpace 

Source
pub type AddressSpace = AddressSpace;

Aliased Type§

pub struct AddressSpace {
    begin: PhysAddr,
    end: PhysAddr,
    allocator: BestFitAllocator,
}

Fields§

§begin: PhysAddr§end: PhysAddr§allocator: BestFitAllocator