pub type VmMemoryState<F> = MemoryImage<F>;
Expand description
VM memory state for continuations.
Aliased Type§
struct VmMemoryState<F> {
pub paged_vecs: Vec<PagedVec<F, 4096>>,
pub as_offset: u32,
}
Fields§
§paged_vecs: Vec<PagedVec<F, 4096>>
§as_offset: u32