Share

AcArray::growLength

C++

int growLength() const;

Description

Returns the minimum number of items to increase the array by, when it needs to grow.

This value is only used if it's larger than the current buffer size. Otherwise, we double the current buffer size (or add 1M to it).

Links

AcArray

Was this information helpful?