HomeSort by relevance Sort by last modified time
    Searched refs:TCGPool (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.h 157 typedef struct TCGPool {
158 struct TCGPool *next;
161 } TCGPool;
450 TCGPool *pool_first, *pool_current, *pool_first_large;
tcg.c 210 TCGPool *p;
215 p = g_malloc(sizeof(TCGPool) + size);
230 p = g_malloc(sizeof(TCGPool) + pool_size);
250 TCGPool *p, *t;
    [all...]

Completed in 38 milliseconds