See SgMemCheck.h. More...
#include "SgSystem.h"
#include "SgMemCheck.h"
#include "SgNode.h"
Go to the source code of this file.
Functions | |
void | SgMemCheck () |
Check for memory leaks. |
See SgMemCheck.h.
Definition in file SgMemCheck.cpp.
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 13 of file SgMemCheck.cpp.
References SgNode::MemCheck().
Referenced by SgFini().