MAX_MODE_SIZE
static const size_t modes[MAX_MODE_SIZE] = {MODE_DEFAULT, MODE_MEMVERBOSE};
cur_index = (cur_index + 1) % MAX_MODE_SIZE;