How to determine "Working Set" for current process?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
wolbrink
Level 1
Level 1
Posts: 6
Joined: Wed Jun 02, 2010 7:59 pm

How to determine "Working Set" for current process?

Post by wolbrink »

I'm a software developer, and I'd like to put into my program's error reports how much memory my program has allocated. On native Windows, I use the GetProcessMemoryInfo() api, and it works great. Is there a way under Wine to ask the system how much memory the current process is currently using?

Thanks,
Troy
Locked