Struct ckb_vm::memory::sparse::SparseMemory [−][src]
pub struct SparseMemory<R> { /* fields omitted */ }Expand description
A sparse flat memory implementation, it allocates pages only when requested, but besides that, it does not permission checking.