MCPcopy 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)]
75pub struct MemoryHandle(u64);
76
77impl MemoryHandle {
78 pub fn new(virtaddr: u64) -> Self {

Callers 6

mainFunction · 0.85
newMethod · 0.85
mallocFunction · 0.85
list_mountsFunction · 0.85
fromMethod · 0.85
from_valuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected