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 344 static inline void *tcg_malloc(int size) function
tcg.c 127 r = tcg_malloc(sizeof(TCGRelocation));
280 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS);
    [all...]

Completed in 105 milliseconds