Type Alias HostBumpAllocator

Source
pub type HostBumpAllocator<'a, F> = BumpAllocator<'a, F, CpuMemory>;
Expand description

Alias for a bump allocator over CPU host memory.

Aliased Typeยง

struct HostBumpAllocator<'a, F> { /* private fields */ }