OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCG_POOL_CHUNK_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
89
#define
TCG_POOL_CHUNK_SIZE
32768
tcg.c
177
if (size >
TCG_POOL_CHUNK_SIZE
) {
195
pool_size =
TCG_POOL_CHUNK_SIZE
;
[
all
...]
Completed in 18 milliseconds