MAX_SIZE
const unsigned int MAX_SIZE = 128;
if (size < MIN_SIZE || size > MAX_SIZE)
size = MAX_SIZE;
if (size > MAX_SIZE)