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

Method new

src/memory/paging/mod.rs:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105impl ActivePageTable {
106 unsafe fn new() -> ActivePageTable {
107 ActivePageTable { mapper: Mapper::new() }
108 }
109
110 pub fn with<F>(&mut self,
111 table: &mut InactivePageTable,

Callers

nothing calls this directly

Calls 5

map_table_frameMethod · 0.80
cloneMethod · 0.80
zeroMethod · 0.80
setMethod · 0.80
unmapMethod · 0.45

Tested by

no test coverage detected