MCPcopy Create free account
hub / github.com/NationalSecurityAgency/TraceAnalysis / MemWrite

Class MemWrite

dynamic-trace/src/record.rs:1334–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332/// `| 0b1000_01LL | vlen | address: varfmt | contents: [u8] | rlen |`
1333#[derive(Debug, Clone, PartialEq, Eq, Hash)]
1334pub struct MemWrite<'d> {
1335 address: u64,
1336 contents: Cow<'d, [u8]>,
1337}
1338
1339impl<'d> MemWrite<'d> {
1340 /// Constructs a new record indicating that `contents` have been written to `address`.

Callers 5

parseMethod · 0.85
fromMethod · 0.85
nextMethod · 0.85
nextMethod · 0.85
callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected