Location of POSIX shared memory on Mac OS
Hi All,
I am using shared memory in my application. On linux POSIX shared memory file is created at /dev/shm, but on Mac OS i am not able to find the /dev/shm. So I have few queries regarding the location of POSIX shared memory on Mac OS:
1. Is POSIX shared memory on Mac OS is stored as file(Just like at /dev/shm on Linux)?If Yes, Which location?
2. How POSIX shared memory implementation on Mac OS is different from Linux?
Thanks & Regards,
Vinay
Mac mini, Mac OS X (10.7)