SparseBufferGrowth
Determines how the size of the subsequent memory chunk must be calculated.
Exponential = 2
Each new memory chunk doubles in size.
Linear = 1
The size of the new memory chunk is a multiple of the chunk index.
None = 0
Each memory chunk has identical size.