Searched refs:TCGPool (Results 1 – 2 of 2) sorted by relevance
226 typedef struct TCGPool { struct227 struct TCGPool *next; argument230 } TCGPool; argument478 TCGPool *pool_first, *pool_current, *pool_first_large;
818 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()