Abstract
Allocator
Allocation
sel4_
abstract_
allocator
0.1.0
Abstract
Allocator
Allocation
Required Methods
range
Implementors
In crate sel4_
abstract_
allocator
Modules
basic
bump
Structs
ByRange
WithAlignmentBound
Enums
WithAlignmentBoundAllocationError
Traits
AbstractAllocator
AbstractAllocatorAllocation
sel4_abstract_allocator
Trait
AbstractAllocatorAllocation
Copy item path
Settings
Help
Summary
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