MAX_ELEMENTS
if ((x) > MAX_ELEMENTS) { \
if (eindex >= MAX_ELEMENTS) { \
uint_t elements[MAX_ELEMENTS];
assert(upper - lower <= MAX_ELEMENTS);