OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refcount_table_size2
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
qcow2-refcount.c
62
int ret,
refcount_table_size2
, i;
local
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
)
[
all
...]
Completed in 638 milliseconds