Trait modulus::x64::memory::alloc::FrameAlloc
[−]
[src]
pub trait FrameAlloc {
fn alloc(&mut self) -> Option<Frame>;
fn dealloc(&mut self, frame: Frame);
}
Required Methods
Implementors
impl FrameAlloc for AreaFrameAlloc