Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetypeOS/parcode
/ current
Method
current
examples/memory_test.rs:53–55 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
}
52
53
fn current(&self) -> usize {
54
self.allocated.load(Ordering::SeqCst)
55
}
56
}
57
58
unsafe impl<A: GlobalAlloc> GlobalAlloc for ProfilingAllocator<A> {
Callers
1
main
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected