Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ as_mut_ptr
Method
as_mut_ptr
euralios_std/src/syscalls.rs:132–134 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
130
}
131
132
pub unsafe fn as_mut_ptr<T>(&mut self) -> *mut T {
133
self.0 as *mut T
134
}
135
}
136
137
impl Drop for MemoryHandle {
Callers
15
write_string
Method · 0.80
active_level_4_table
Function · 0.80
create_empty_pagetable
Function · 0.80
active_pagetable_ptr
Function · 0.80
create_user_ondemand_pages
Function · 0.80
map_consecutive_pages
Function · 0.80
find_available_page_chunk
Function · 0.80
get_page_chunk
Function · 0.80
put_page_chunk
Function · 0.80
free_pages_rec
Function · 0.80
allocate_user_stack
Function · 0.80
active_level_1_table_containing
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected