GetProcessMemoryInfo
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Does anybody know what would be an equivalent function to 'GetProcessMemoryInfo' in Unix? I am trying to write a quick feature to check how much memory the processor is using (how much new, malloc, has been called). 'GetProcessMemoryInfo' is what I used in Win2k but I wasn't sure what to use in Unix.. Help..:confused: