Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h740 void *tcg_malloc_internal(TCGContext *s, int size);
767 return tcg_malloc_internal(tcg_ctx, size); in tcg_malloc()
/openbmc/qemu/tcg/
H A Dtcg.c816 void *tcg_malloc_internal(TCGContext *s, int size) in tcg_malloc_internal() function