Memory usage reporting on Windows

Programming, for all ages and all languages.
Post Reply
BoB

Memory usage reporting on Windows

Post 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
Slasher

Re:Memory usage reporting on Windows

Post by Slasher »

This is not related to Os dev and should be moved.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Memory usage reporting on Windows

Post by Pype.Clicker »

oops ... looks like i moved this one too fast ... and now i can't move it back at the proper place ::)
AGI1122

Re:Memory usage reporting on Windows

Post by AGI1122 »

Moved it to where it belongs.
Post Reply