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 */ }
pub type HostBumpAllocator<'a, F> = BumpAllocator<'a, F, CpuMemory>;
Alias for a bump allocator over CPU host memory.
struct HostBumpAllocator<'a, F> { /* private fields */ }