Home | History | Annotate | Download | only in tcg

Lines Matching defs:pool_size

174     int pool_size;
194 pool_size = TCG_POOL_CHUNK_SIZE;
195 p = qemu_malloc(sizeof(TCGPool) + pool_size);
196 p->size = pool_size;