MCPcopy Create free account
hub / github.com/RetypeOS/parcode / peak

Method peak

examples/memory_test.rs:49–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47 }
48
49 fn peak(&self) -> usize {
50 self.peak.load(Ordering::SeqCst)
51 }
52
53 fn current(&self) -> usize {
54 self.allocated.load(Ordering::SeqCst)

Callers 1

mainFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected