Searched refs:tcg_malloc (Results 1 – 2 of 2) sorted by relevance
127 r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()280 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS); in tcg_func_start()1229 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()1231 dead_temps = tcg_malloc(s->nb_temps); in tcg_liveness_analysis()1372 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()
344 static inline void *tcg_malloc(int size) in tcg_malloc() function