Searched refs:max_ops (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Ds390-mkopc.c55 int max_ops; variable
61 max_ops = 256;
62 op_array = malloc (max_ops * sizeof (struct op_struct));
77 while (no_ops >= max_ops)
79 max_ops = max_ops * 2;
80 op_array = realloc (op_array, max_ops * sizeof (struct op_struct));

Completed in 62 milliseconds