Home | History | Annotate | Download | only in block

Lines Matching full:refcount_table_size2

62     int ret, refcount_table_size2, i;
65 refcount_table_size2 = s->refcount_table_size * sizeof(uint64_t);
66 s->refcount_table = g_malloc(refcount_table_size2);
70 s->refcount_table, refcount_table_size2);
71 if (ret != refcount_table_size2)