Extract the SHM region name from a shared object. This name can be
passed to map_shared() to open the same region in another process.
Arguments
- x
a shared object as returned by
share()ormap_shared().
Value
A character string identifying the shared memory region, or
the empty string "" if x is not a shared object.
See also
map_shared() to open a shared region by name.