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

  /external/qemu/tcg/
tcg.h 163 #define TCG_POOL_CHUNK_SIZE 32768
tcg.c 213 if (size > TCG_POOL_CHUNK_SIZE) {
229 pool_size = TCG_POOL_CHUNK_SIZE;
    [all...]

Completed in 363 milliseconds