[][src]Trait x86_64::structures::paging::FrameDeallocator

pub trait FrameDeallocator<S: PageSize> {
    fn deallocate_frame(&mut self, frame: PhysFrame<S>);
}

A trait for types that can deallocate a frame of memory.

Required methods

fn deallocate_frame(&mut self, frame: PhysFrame<S>)

Deallocate the given frame of memory.

Loading content...

Implementors

Loading content...