Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h241 uint8_t *pool_cur, *pool_end; member
314 ptr = s->pool_cur; in tcg_malloc()
319 s->pool_cur = ptr_end; in tcg_malloc()
Dtcg.c193 s->pool_cur = p->data + size; in tcg_malloc_internal()
200 s->pool_cur = s->pool_end = NULL; in tcg_pool_reset()