Searched refs:tcg_malloc_internal (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg.h336 void *tcg_malloc_internal(TCGContext *s, int size);
348 return tcg_malloc_internal(&tcg_ctx, size);
H A Dtcg.c178 void *tcg_malloc_internal(TCGContext *s, int size) function

Completed in 56 milliseconds