How to get heap size on platform windows

As the title of the question indicates that I want to know if there is a way to get the heap size of the current process.

+5
source share
1 answer

You can do it, but I think it will be slow and painful.

+6
source

All Articles