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).