Can someone point out a tool (or tools) to monitor the access to memory mapped files on Windows systems?
Procmon from Sysinternals/Microsoft is not suitable for the task, apparently. It does not seem to be able to monitor operations that are backed by the paging file itself.
Update: my question is not about the amounts/distribution of various allocation methods. I'm interested in a tool (or tools) that show me accesses (mainly open/create/close) to MMFs.