<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The cost of using nothing</title><link>http://blogs.msdn.com/b/calvin_hsia/archive/2011/03/28/10146913.aspx</link><description>What is the cost of using nothing? Seems like a silly question. 
 
 Suppose you see code like this: 
 
 void * MyClass::DoSomething() 
 { 
 int size = sizeof(MyThing) * m_NumItems; 
 var ptr = malloc(size); 
 return ptr; } 
 
 It&amp;rsquo;s a method</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator></channel></rss>