MCPcopy 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
137impl Drop for MemoryHandle {

Callers 15

write_stringMethod · 0.80
active_level_4_tableFunction · 0.80
create_empty_pagetableFunction · 0.80
active_pagetable_ptrFunction · 0.80
map_consecutive_pagesFunction · 0.80
get_page_chunkFunction · 0.80
put_page_chunkFunction · 0.80
free_pages_recFunction · 0.80
allocate_user_stackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected