Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected