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

shm_unlink

Function shm_unlink 

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

Remove a named shared memory object.

The object’s name is removed from the registry immediately, but the backing memory is not freed until all references are closed (ref_count reaches 0).