Function ckb_vm::memory::set_dirty

source ยท
pub fn set_dirty<M: Memory>(
    memory: &mut M,
    page_indices: &(u64, u64),
) -> Result<(), Error>