Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
unsafe impl<A: GlobalAlloc> GlobalAlloc for ProfilingAllocator<A> {
Callers
1
main
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected