⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

shm_close

Function shm_close 

Source
pub fn shm_close(name: &str) -> KernelResult<()>
Expand description

Close a reference to a shared memory object.

Decrements the reference count. If the object was unlinked and this was the last reference, the backing memory is freed.