Searched refs:refcount_table_size2 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c62 int ret, refcount_table_size2, i; local
65 refcount_table_size2 = s->refcount_table_size * sizeof(uint64_t);
66 s->refcount_table = qemu_malloc(refcount_table_size2);
70 s->refcount_table, refcount_table_size2);
71 if (ret != refcount_table_size2)

Completed in 734 milliseconds