A nice video presentation on VS2010 STL debugging

I just found it and learned some cool stuff maybe someone else will benefit from this, especially that hidden compiler switch that dumps the structure and size of the class, looks useful, here is the presentation: http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Advanced-STL-3-of-n
The guy presenting is actually a VS developer so it’s first hand information.

I was wondering if anyone knows of a way or a 3rd party tool to find out Object size in memory after it’s been created and allocated in memory?