Home | History | Annotate | Download | only in tcg

Lines Matching full:tcg_malloc

127         r = tcg_malloc(sizeof(TCGRelocation));
280 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS);
1229 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t));
1231 dead_temps = tcg_malloc(s->nb_temps);
1372 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t));