Calculate memory with Remote Tools

How to calculate how much memory my program occupies with eVC4 Remote tools?
For example: should I just sum all the "Base sizes" in the Module window of Windows CE Remote Process Viewer.
I have a lot of stl::vectored stuff so I'm not sure how to calculate all the memory.
Or should I just open up Heap Walker and calculate all the heap block sizes for my process and this would be enough???
Thank you for any suggestions
P.S. And yes I have searched the forums but nothing on Remote Tools + memory calculation. Only overload new[] suggestions
but as far as I understand Remote Tools could be best solution to calc memory used by my program on run. Right?
For example: should I just sum all the "Base sizes" in the Module window of Windows CE Remote Process Viewer.
I have a lot of stl::vectored stuff so I'm not sure how to calculate all the memory.
Or should I just open up Heap Walker and calculate all the heap block sizes for my process and this would be enough???
Thank you for any suggestions

P.S. And yes I have searched the forums but nothing on Remote Tools + memory calculation. Only overload new[] suggestions
