MCPcopy Create free account
hub / github.com/Infinity-OS/infinity / start_address

Method start_address

src/memory/mod.rs:87–89  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

85 }
86
87 fn start_address(&self) -> PhysicalAddress {
88 self.number * PAGE_SIZE
89 }
90
91 fn range_inclusive(start: Frame, end: Frame) -> FrameIter {
92 FrameIter {

Callers 1

initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected