Skip to main content

new_chunk

Function new_chunk 

Source
fn new_chunk<T>() -> Box<[MaybeUninit<T>; 65536]>
Expand description

Allocate a fresh chunk on the heap without ever materializing a CHUNK_SIZE-element array on the stack.