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