Lines Matching refs:tmalloc
69 #define tmalloc(X) (X *) xmalloc (sizeof (X)) macro
334 rdeps[rdepslen] = tmalloc(struct rdep); in insert_resource()
378 list = tmalloc (struct deplist); in insert_deplist()
426 pair = tmalloc (struct opdep); in insert_dependencies()
541 ics[ind] = tmalloc (struct iclass); in fetch_insn_class()
571 ics[ind]->subs = tmalloc(int); in fetch_insn_class()
1666 string_table[0] = tmalloc (struct string_entry); in insert_string()
1711 string_table[i] = tmalloc (struct string_entry); in insert_string()
1722 struct bittree *res = tmalloc (struct bittree); in make_bittree_entry()
1749 ent = (ent->nexte = tmalloc (struct disent)); in add_dis_table_ent()
1753 ent = tmalloc (struct disent); in add_dis_table_ent()
2556 struct completer_entry *nent = tmalloc (struct completer_entry); in insert_completer_entry()
2685 struct main_entry *nent = tmalloc (struct main_entry); in add_opcode_entry()
2751 struct ia64_opcode *alias = tmalloc(struct ia64_opcode); in shrink()