Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h226 typedef struct TCGPool { struct
227 struct TCGPool *next; argument
230 } TCGPool; argument
478 TCGPool *pool_first, *pool_current, *pool_first_large;
/openbmc/qemu/tcg/
H A Dtcg.c818 TCGPool *p; in tcg_malloc_internal()
823 p = g_malloc(sizeof(TCGPool) + size); in tcg_malloc_internal()
838 p = g_malloc(sizeof(TCGPool) + pool_size); in tcg_malloc_internal()
859 TCGPool *p, *t; in tcg_pool_reset()