Module solana_runtime::in_mem_accounts_index
source · Structs
- Disable (and safely enable) the background flusher from evicting entries from the in-mem accounts index. When disabled, no entries may be evicted. When enabled, only eligible entries may be evicted (i.e. those not in a held range).
- An RAII implementation of a scoped lock for the
flushing_active
atomic flag inInMemAccountsIndex
. When this structure is dropped (falls out of scope), the flag will be cleared (set to false). - result from scanning in-mem index during flush
Enums
Constants
- N 🔒