MCPcopy 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
58unsafe impl<A: GlobalAlloc> GlobalAlloc for ProfilingAllocator<A> {

Callers 1

mainFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected