new_nr_allocated  106 tools/perf/util/annotate.c 	size_t new_nr_allocated;
new_nr_allocated  111 tools/perf/util/annotate.c 	new_nr_allocated = arch->nr_instructions_allocated + 128;
new_nr_allocated  112 tools/perf/util/annotate.c 	new_instructions = realloc(arch->instructions, new_nr_allocated * sizeof(struct ins));
new_nr_allocated  118 tools/perf/util/annotate.c 	arch->nr_instructions_allocated = new_nr_allocated;
new_nr_allocated  122 tools/perf/util/annotate.c 	new_nr_allocated = arch->nr_instructions + 128;
new_nr_allocated  123 tools/perf/util/annotate.c 	new_instructions = calloc(new_nr_allocated, sizeof(struct ins));