MAX_STACK_ALLOCATION

Constant MAX_STACK_ALLOCATION 

Source
const MAX_STACK_ALLOCATION: usize = 16;
Expand description

Maximum number of pointers to stack-allocate before falling back to a heap allocation.