Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgMemCheck.cpp File Reference


Detailed Description

See SgMemCheck.h.

Definition in file SgMemCheck.cpp.

#include "SgSystem.h"
#include "SgMemCheck.h"
#include "SgNode.h"

Go to the source code of this file.

Functions

void SgMemCheck ()
 Check for memory leaks.


Function Documentation

void SgMemCheck (  ) 

Check for memory leaks.

Checks allocation counters of classes that support it with an assertion. Call this at the end of your program, when all class instances should have been destructed.

Definition at line 14 of file SgMemCheck.cpp.

References SgNode::MemCheck().

Referenced by SgFini().


17 Jun 2010 Doxygen 1.4.7