Home | History | Annotate | Download | only in opcodes

Lines Matching defs:tmalloc

60 #define tmalloc(X) (X *) xmalloc (sizeof (X))
327 rdeps[rdepslen] = tmalloc(struct rdep);
371 list = tmalloc (struct deplist);
419 pair = tmalloc (struct opdep);
534 ics[ind] = tmalloc (struct iclass);
564 ics[ind]->subs = tmalloc(int);
1663 string_table[0] = tmalloc (struct string_entry);
1708 string_table[i] = tmalloc (struct string_entry);
1720 struct bittree *res = tmalloc (struct bittree);
1748 ent = (ent->nexte = tmalloc (struct disent));
1752 ent = tmalloc (struct disent);
2570 struct completer_entry *nent = tmalloc (struct completer_entry);
2703 struct main_entry *nent = tmalloc (struct main_entry);
2770 struct ia64_opcode *alias = tmalloc(struct ia64_opcode);