allocate_integer_array
stk = allocate_integer_array (current_max_dfa_size);
accset = allocate_integer_array ((num_rules + 1) * 2);
nset = allocate_integer_array (current_max_dfa_size);
allocate_integer_array (current_max_dfas);
dss[newds] = allocate_integer_array (numstates + 1);
allocate_integer_array (nacc + 1);
acc_array = allocate_integer_array(current_max_dfas);
firstst = allocate_integer_array(current_mns);
lastst = allocate_integer_array(current_mns);
finalst = allocate_integer_array(current_mns);
transchar = allocate_integer_array(current_mns);
trans1 = allocate_integer_array(current_mns);
trans2 = allocate_integer_array(current_mns);
accptnum = allocate_integer_array(current_mns);
assoc_rule = allocate_integer_array(current_mns);
state_type = allocate_integer_array(current_mns);
rule_type = allocate_integer_array(current_max_rules);
rule_linenum = allocate_integer_array(current_max_rules);
rule_useful = allocate_integer_array(current_max_rules);
scset = allocate_integer_array(current_max_scs);
scbol = allocate_integer_array(current_max_scs);
scxclu = allocate_integer_array(current_max_scs);
sceof = allocate_integer_array(current_max_scs);
cclmap = allocate_integer_array(current_maxccls);
ccllen = allocate_integer_array(current_maxccls);
cclng = allocate_integer_array(current_maxccls);
nxt = allocate_integer_array(current_max_xpairs);
chk = allocate_integer_array(current_max_xpairs);
tnxt = allocate_integer_array(current_max_template_xpairs);
base = allocate_integer_array(current_max_dfas);
def = allocate_integer_array(current_max_dfas);
dfasiz = allocate_integer_array(current_max_dfas);
accsiz = allocate_integer_array(current_max_dfas);
dhash = allocate_integer_array(current_max_dfas);
scon_stk = allocate_integer_array( lastsc + 1 );