Trait riscv::paging::FrameAllocatorFor
source · [−]pub trait FrameAllocatorFor<P: PhysicalAddress> {
fn alloc(&mut self) -> Option<FrameWith<P>>;
}
Expand description
A trait for types that can allocate a frame of memory.