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

Function DestroySharedMemory

LibLemon/src/lemon/sharedmem.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 long DestroySharedMemory(int64_t key){
27 return syscall(SYS_DESTROY_SHARED_MEMORY, key);
28 }
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected