pub type MemSpillAllocFn<T> = Box<dyn Fn(usize) -> MemAllocFn<T>>;
Expand description

A curried memory allocator for caching and spilling memory

Takes as an argument the maximum GPU cache length.