Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h361 TCGPool *pool_first, *pool_current, *pool_first_large; member
/openbmc/qemu/tcg/
H A Dtcg.c1331 p = s->pool_current; in tcg_malloc_internal()
1344 if (s->pool_current) { in tcg_malloc_internal()
1345 s->pool_current->next = p; in tcg_malloc_internal()
1354 s->pool_current = p; in tcg_malloc_internal()
1369 s->pool_current = NULL; in tcg_pool_reset()