Page 1 of 1

Memory usage reporting on Windows

Posted: Wed Apr 28, 2004 11:33 am
by BoB
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

Re:Memory usage reporting on Windows

Posted: Wed Apr 28, 2004 1:06 pm
by Slasher
This is not related to Os dev and should be moved.

Re:Memory usage reporting on Windows

Posted: Wed Apr 28, 2004 1:50 pm
by Pype.Clicker
oops ... looks like i moved this one too fast ... and now i can't move it back at the proper place ::)

Re:Memory usage reporting on Windows

Posted: Wed Apr 28, 2004 1:54 pm
by AGI1122
Moved it to where it belongs.