pub type AddressSpace = AddressSpace;Aliased Type§
pub struct AddressSpace {
begin: PhysAddr,
end: PhysAddr,
allocator: BestFitAllocator,
}Fields§
§begin: PhysAddr§end: PhysAddr§allocator: BestFitAllocatorpub type AddressSpace = AddressSpace;pub struct AddressSpace {
begin: PhysAddr,
end: PhysAddr,
allocator: BestFitAllocator,
}begin: PhysAddr§end: PhysAddr§allocator: BestFitAllocator