[−][src]Trait alloc_stdlib::Allocator
Associated Types
type AllocatedMemory: AllocatedSlice<T>
Required methods
fn alloc_cell(&mut self, len: usize) -> Self::AllocatedMemory
fn free_cell(&mut self, data: Self::AllocatedMemory)
Implementors
impl<'a, T, U> Allocator<T> for StackAllocator<'a, T, U> where
T: 'a,
U: AllocatedSlice<&'a mut [T]>,
[src]
T: 'a,
U: AllocatedSlice<&'a mut [T]>,