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