Monitoring Windows Memory Mapped Files

Posted by Bing Jian on Stack Overflow See other posts from Stack Overflow or by Bing Jian
Published on 2009-10-14T02:18:55Z Indexed on 2010/04/12 19:03 UTC
Read the original article Hit count: 492

In Windows, how can I keep track of the file mapping objects created by CreateFileMapping()? Basically I want to know how many memory mapped files are in use and the information like their names, sizes, etc. Thanks!

© Stack Overflow or respective owner

Related posts about Windows

Related posts about memory-management