new_instructions  105 tools/perf/util/annotate.c 	struct ins *new_instructions;
new_instructions  112 tools/perf/util/annotate.c 	new_instructions = realloc(arch->instructions, new_nr_allocated * sizeof(struct ins));
new_instructions  113 tools/perf/util/annotate.c 	if (new_instructions == NULL)
new_instructions  117 tools/perf/util/annotate.c 	arch->instructions = new_instructions;
new_instructions  123 tools/perf/util/annotate.c 	new_instructions = calloc(new_nr_allocated, sizeof(struct ins));
new_instructions  124 tools/perf/util/annotate.c 	if (new_instructions == NULL)
new_instructions  127 tools/perf/util/annotate.c 	memcpy(new_instructions, arch->instructions, arch->nr_instructions);