Trait AbstractAllocatorAllocation

Source
pub trait AbstractAllocatorAllocation {
    // Required method
    fn range(&self) -> Range<usize>;
}

Required Methods§

Source

fn range(&self) -> Range<usize>

Implementors§

Source§

impl AbstractAllocatorAllocation for sel4_abstract_allocator::basic::Allocation

Source§

impl AbstractAllocatorAllocation for sel4_abstract_allocator::bump::Allocation