C++ Exception Support: Difference between revisions

[unchecked revision][unchecked revision]
Line 26:
 
==malloc==
<source lang="cpp">
<pre>
/* File scope static variable is slightly faster than function
* scope static variable
Line 36:
return freeMemoryBase - size;
}
</presource>
 
==pthread==
Anonymous user