Searched refs:tcg_malloc (Results 1 – 2 of 2) sorted by relevance
162 r = tcg_malloc(sizeof(TCGRelocation)); in tcg_out_reloc()366 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS); in tcg_func_start()377 s->be = tcg_malloc(sizeof(TCGBackendData)); in tcg_func_start()1450 s->op_dead_args = tcg_malloc(nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()1451 s->op_sync_args = tcg_malloc(nb_ops * sizeof(uint8_t)); in tcg_liveness_analysis()1453 dead_temps = tcg_malloc(s->nb_temps); in tcg_liveness_analysis()1454 mem_temps = tcg_malloc(s->nb_temps); in tcg_liveness_analysis()1703 s->op_dead_args = tcg_malloc(nb_ops * sizeof(uint16_t)); in tcg_liveness_analysis()1705 s->op_sync_args = tcg_malloc(nb_ops * sizeof(uint8_t)); in tcg_liveness_analysis()
540 static inline void *tcg_malloc(int size) in tcg_malloc() function