Memory allocated between two checkpoints by a process
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need to find out (in a release version) how much memory has been allocated after loading (a large) object - the object itself is loaded by a DLL (if that's relevant). I am looking at GlobalMemoryStatus but not sure sure which properties I should use to get accurate information... Help welcome! Jerry