HomeSort by relevance Sort by last modified time
    Searched full:max_compressed_block_size (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
cloop.c 56 uint32_t offsets_size,max_compressed_block_size=1,i; local
82 if(size>max_compressed_block_size)
83 max_compressed_block_size=size;
88 s->compressed_block = qemu_malloc(max_compressed_block_size+1);

Completed in 476 milliseconds