ckb_vm::memory

Function set_dirty

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