Home
last modified time | relevance | path

Searched refs:new_byte_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-refcount.c1482 int64_t old_byte_size, new_byte_size; in realloc_refcount_array() local
1488 new_byte_size = size_to_clusters(s, refcount_array_byte_size(s, new_size)) in realloc_refcount_array()
1491 if (new_byte_size == old_byte_size) { in realloc_refcount_array()
1496 assert(new_byte_size > 0); in realloc_refcount_array()
1498 if (new_byte_size > SIZE_MAX) { in realloc_refcount_array()
1502 new_ptr = g_try_realloc(*array, new_byte_size); in realloc_refcount_array()
1507 if (new_byte_size > old_byte_size) { in realloc_refcount_array()
1509 new_byte_size - old_byte_size); in realloc_refcount_array()