solana/runtime
Yueh-Hsuan Chiang 2850432b57
[TieredStorage] Make data_size related APIs cleaner (#32317)
#### Problem
Function data_size_for_shared_block() is designed to provide
the data_size when its account shares its account block with
other accounts.  However, TieredAccountMeta already has another
function for returning data size.

#### Summary of Changes
This PR removes data_size_for_shared_block() from TieredAccountMeta.
Will follow-up with another PR that includes a better API.
2023-06-30 02:44:57 +08:00
..
benches Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
src [TieredStorage] Make data_size related APIs cleaner (#32317) 2023-06-30 02:44:57 +08:00
store-tool
tests Enable partitioned epoch reward by feature id (#32174) 2023-06-20 12:12:50 -05:00
.gitignore
Cargo.toml Introduces fs_err to snapshot_utils (#32266) 2023-06-26 13:14:27 -04:00
build.rs