Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
impl 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_frame
Method · 0.80
clone
Method · 0.80
zero
Method · 0.80
set
Method · 0.80
unmap
Method · 0.45
Tested by
no test coverage detected