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

  /external/qemu/tcg/
tcg.h 83 typedef struct TCGPool {
84 struct TCGPool *next;
87 } TCGPool;
273 TCGPool *pool_first, *pool_current;
tcg.c 174 TCGPool *p;
179 p = qemu_malloc(sizeof(TCGPool) + size);
196 p = qemu_malloc(sizeof(TCGPool) + pool_size);
    [all...]

Completed in 35 milliseconds