MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / write_doubleword

Method write_doubleword

crates/virtual-machine/src/memory/cache.rs:353–355  ·  view source on GitHub ↗
(&mut self, addr: u64, data: u64)

Source from the content-addressed store, hash-verified

351
352#[derive(Clone, Debug, Default)]
353pub struct CacheParamsSnapshot {
354 pub size: usize,
355 pub block_size: usize,
356 pub associativity: usize,
357 pub write_back: bool,
358 pub read_only: bool,

Callers 4

write_nMethod · 0.45

Calls 1

write_nMethod · 0.80