ThreadsafeSliceBumpAllocator

Type Alias ThreadsafeSliceBumpAllocator 

Source
pub type ThreadsafeSliceBumpAllocator<'a> = BumpAllocator<'a, &'a [u8], ThreadSafeHead>;
Expand description

A BumpAllocator that uses the given slice as the arena.

Aliased Type§

pub struct ThreadsafeSliceBumpAllocator<'a> { /* private fields */ }

Implementations§