Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitoring Windows Memory Mapped Files

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!

like image 710
Bing Jian Avatar asked Oct 14 '09 02:10

Bing Jian


Video Answer


1 Answers

SysInternals Process Explorer will what memory mapped files each running process has open: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

like image 178
Jim Lamb Avatar answered Sep 20 '22 16:09

Jim Lamb