Searched refs:pool_current (Results 1 – 2 of 2) sorted by relevance
221 p = s->pool_current; in tcg_malloc_internal()233 if (s->pool_current) in tcg_malloc_internal()234 s->pool_current->next = p; in tcg_malloc_internal()242 s->pool_current = p; in tcg_malloc_internal()257 s->pool_current = NULL; in tcg_pool_reset()
450 TCGPool *pool_first, *pool_current, *pool_first_large; member