Home | History | Annotate | Download | only in tcg

Lines Matching defs:pool_size

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