const MAX_STACK_ALLOCATION: usize = 16;
Maximum number of pointers to stack-allocate before falling back to a heap allocation.