Searched refs:tcg_malloc (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/
H A Dtcg.h344 static inline void *tcg_malloc(int size) function
H A Dtcg.c127 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));

Completed in 43 milliseconds