Memory usage reporting on Windows
Posted: Wed Apr 28, 2004 11:33 am
Hey there,
I've got a C++ application here and i'd like to know from within the app how much memory it's using on Windows (just Heap mem will do, but the more accurate the better). On Linux we're using things like sbrk() and mallinfo, which are way faster than the current windows solution we have, which is too slow.
Any ideas?
Thanks
Sev
I've got a C++ application here and i'd like to know from within the app how much memory it's using on Windows (just Heap mem will do, but the more accurate the better). On Linux we're using things like sbrk() and mallinfo, which are way faster than the current windows solution we have, which is too slow.
Any ideas?
Thanks
Sev