Searched refs:TCG_POOL_CHUNK_SIZE (Results 1 - 2 of 2) sorted by relevance
/external/qemu/tcg/ | ||
H A D | tcg.h | 163 #define TCG_POOL_CHUNK_SIZE 32768 macro |
H A D | tcg.c | 213 if (size > TCG_POOL_CHUNK_SIZE) { 229 pool_size = TCG_POOL_CHUNK_SIZE; |
Completed in 31 milliseconds