Searched refs:to_allocate (Results 1 – 1 of 1) sorted by relevance
2279 uint64_t to_allocate = userdata_->free_space() + userdata_->bsize(); in TEST_P() local2280 auto res = image_manager_->CreateBackingImage(kImageName, to_allocate, in TEST_P()2282 ASSERT_FALSE(res) << "Should not be able to create image with size = " << to_allocate in TEST_P()