Hi friends,
We are trying to port a non-trivial application from Linux to Windows.
The application requires large chunk of shared memory to be allocated which is sometimes more than 2GB.
Now, i would like to know as to how can i get process memory map so that i can find the mappable region which i can use for prospective shared memory region.
We can get process memory map in linux using /proc/<pid>/maps.
I want some function/command which can provide me with process memory map in windows..
Any help/pointers in this regards would be highly appreciated.
With warm regards,
--
Kedar.