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

Method peak

examples/audit.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37 self.peak.store(0, Ordering::SeqCst);
38 }
39 fn peak(&self) -> usize {
40 self.peak.load(Ordering::SeqCst)
41 }
42}
43
44unsafe impl<A: GlobalAlloc> GlobalAlloc for ProfilingAllocator<A> {

Callers 1

mainFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected