Skip to content

LIBLETLIB_ARRAY_GROWTH

Ville Rissanen edited this page Sep 20, 2021 · 1 revision

LIBLETLIB_ARRAY_GROWTH

Set the amount of elements the underlying array of list() grows when it runs out of allocated space or is freshly allocated. Value must be non-zero.

Example

#define LIBLETLIB_ARRAY_GROWTH 8

Clone this wiki locally