问题
Is there a POSIX-y way to allocating shared memory that's not tied to a specific filename? I.e. memory that is shared between processes only by passing SCM_RIGHTS messages via UNIX domain sockets?
来源:https://stackoverflow.com/questions/16560401/anonymous-shared-memory