OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 18 milliseconds