Trait x86_64::structures::paging::FrameDeallocator
source · pub trait FrameDeallocator<S: PageSize> {
// Required method
unsafe fn deallocate_frame(&mut self, frame: PhysFrame<S>);
}
Expand description
A trait for types that can deallocate a frame of memory.