MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / UnmapSharedMemory

Function UnmapSharedMemory

LibLemon/src/lemon/sharedmem.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 long UnmapSharedMemory(void* address, int64_t key){
23 return syscall(SYS_UNMAP_SHARED_MEMORY, address, key);
24 }
25
26 long DestroySharedMemory(int64_t key){
27 return syscall(SYS_DESTROY_SHARED_MEMORY, key);

Callers 4

~WMWindowMethod · 0.85
ResizeMethod · 0.85
~WindowMethod · 0.85
ResizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected