Is there a way to get the size of a process under windows?
I was looking at twapi, but I cannot find out how.
I have a tcl process. Under some input, the memory size of tclsh is
increased by many MBs, and I want to see when this happen from inside
the tclsh process. What can I do?
If twapi cannot do this, is there a program that can give me the memory
occupied by a process if I know the process id?
George
Doesn't twapi::get_process_info -privatebytes help there?
http://twapi.magicsplat.com/process.html#get_process_info
Michael
Yes, it seems to return something. I was trying to locate support for
GetProcessMemoryInfo :-)
Thank you,
George