Searched refs:max_ops (Results 1 – 1 of 1) sorted by relevance
41 int max_ops; variable47 max_ops = 256; in createTable()48 op_array = malloc (max_ops * sizeof (struct op_struct)); in createTable()63 while (no_ops >= max_ops) in insertOpcode()65 max_ops = max_ops * 2; in insertOpcode()66 op_array = realloc (op_array, max_ops * sizeof (struct op_struct)); in insertOpcode()