/* * cleanUp.hpp * * Created on: Oct 28, 2011 * Author: heber */ #ifndef CLEANUP_HPP_ #define CLEANUP_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif void AddStaticEntitiestoIgnoreList(); void cleanUp(); void dumpMemory(); void printTimings(); void purgeStaticInstances(); int saveAll(); #endif /* CLEANUP_HPP_ */