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

  /external/qemu/tcg/
tcg.c 162 r = tcg_malloc(sizeof(TCGRelocation));
366 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS);
377 s->be = tcg_malloc(sizeof(TCGBackendData));
    [all...]
tcg.h 540 static inline void *tcg_malloc(int size) function

Completed in 1099 milliseconds