Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h477 uint8_t *pool_cur, *pool_end; member
781 ptr = s->pool_cur; in tcg_malloc()
786 s->pool_cur = ptr_end; in tcg_malloc()
/qemu/tcg/
H A Dtcg.c852 s->pool_cur = p->data + size; in tcg_malloc_internal()
865 s->pool_cur = s->pool_end = NULL; in tcg_pool_reset()