On Linux, when we use data between two or more processes using shared memory, where is shared memory allocated?
Will it be part of the process address space at runtime? because the process cannot access memory outside its address space.
Can someone clarify?
source
share