AbstractAllocatorAllocation
sel4_
abstract_
allocator
0.1.0
Abstract
Allocator
Allocation
Required Methods
range
Implementors
In crate sel4_
abstract_
allocator
sel4_abstract_allocator
Trait
Abstract
Allocator
Allocation
Copy item path
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