MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / memsize

Function memsize

src/mem.rs:201–204  ·  view source on GitHub ↗

Memory size

()

Source from the content-addressed store, hash-verified

199
200// Memory size
201pub fn memsize() -> u64
202{
203 MEMSIZE.load(Ordering::Relaxed)
204}
205
206
207// Virtual to physical address

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected