April 25, 2003

Fake Memory Leaks

Global objects and objects declared in a namespace scope are constructed before main() starts. The implementation runs special startup code that constructs such objects (including cin and cout) and performs additional initializations before main() actually starts. Because the memory these objects allocate is not released before main() exits, some utilities