I have a program which uses shared memory in windows. When the program crashes, how do I find out whether the shared memory is still allocated?
On Linux, ipcs -m will show what is allocated and ipcrm will clear it. How do I do this on XP? Anything would be great, even if it is buried in some rarely used menu option in a rarely used Visual Studio utility.
On Linux, ipcs -m will show what is allocated and ipcrm will clear it. How do I do this on XP? Anything would be great, even if it is buried in some rarely used menu option in a rarely used Visual Studio utility.