Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ MemoryHandle
Class
MemoryHandle
euralios_std/src/syscalls.rs:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
/// Note: Cannot be copied, but can be sent to another process.
74
#[derive(Debug)]
75
pub struct MemoryHandle(u64);
76
77
impl MemoryHandle {
78
pub fn new(virtaddr: u64) -> Self {
Callers
6
main
Function · 0.85
new
Method · 0.85
malloc
Function · 0.85
list_mounts
Function · 0.85
from
Method · 0.85
from_values
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected