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
Memory usage reporting on Windows
- Pype.Clicker
- 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
oops ... looks like i moved this one too fast ... and now i can't move it back at the proper place ::)