[][src]Module solana_runtime::append_vec

Modules

test_utils

Structs

AccountMeta

This struct will be backed by mmaped and snapshotted data files. So the data layout must be stable and consistent across the entire cluster!

AppendVec
StoredAccount

References to Memory Mapped memory The Account is stored separately from its data, so getting the actual account requires a clone

StoredMeta

Meta contains enough context to recover the index from storage itself This struct will be backed by mmaped and snapshotted data files. So the data layout must be stable and consistent across the entire cluster!