HomeSort by relevance Sort by last modified time
    Searched refs:tcg_malloc (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.h 328 static inline void *tcg_malloc(int size) function
tcg.c 126 r = tcg_malloc(sizeof(TCGRelocation));
276 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS);
1135 s->op_dead_iargs = tcg_malloc(nb_ops * sizeof(uint16_t));
1137 dead_temps = tcg_malloc(s->nb_temps);
    [all...]

Completed in 20 milliseconds