Searched refs:TCGPool (Results 1 – 2 of 2) sorted by relevance
122 typedef struct TCGPool { struct123 struct TCGPool *next; argument126 } TCGPool; typedef361 TCGPool *pool_first, *pool_current, *pool_first_large;
1320 TCGPool *p; in tcg_malloc_internal()1325 p = g_malloc(sizeof(TCGPool) + size); in tcg_malloc_internal()1341 p = g_malloc(sizeof(TCGPool) + pool_size); in tcg_malloc_internal()1362 TCGPool *p, *t; in tcg_pool_reset()