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 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 178 milliseconds