refactor: rename will_reuse_cache to reallocate_cache

More accurately reflects the purpose of the parameter, since
we will keep reusing the cache but don't want to reallocate it.
This commit is contained in:
Andrew Toth
2026-01-15 16:05:16 -05:00
parent 44b4ee194d
commit 3e0fd0e4dd
5 changed files with 9 additions and 9 deletions

View File

@@ -391,7 +391,7 @@ FUZZ_TARGET(coinscache_sim)
// Apply to simulation data.
flush();
// Apply to real caches.
caches.back()->Flush(/*will_reuse_cache=*/provider.ConsumeBool());
caches.back()->Flush(/*reallocate_cache=*/provider.ConsumeBool());
},
[&]() { // Sync.