Does Windows have the notion of system-wide shared memory segments and is there a command for listing them?
Does Windows have the notion of system-wide shared memory segments and is there a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The closest program I can think of for inspecting this would be Process Explorer. You will be able to look for shared memory segments (possibly called “sections”, I’m not at a Windows machine right now so I can’t check) in the list of open handles for processes.
Windows does not support shared memory sections that exist without a process that is holding a handle to them. So no, there is no direct equivalent to
ipcs -m.