#include "MyMemory.h"
Include dependency graph for MyMemory.cpp:
Go to the source code of this file.
Functions | |
void | initMemCounters () |
double | currentSize () |
Variables | |
char * | startingPoint |
double currentSize | ( | ) |
Definition at line 46 of file MyMemory.cpp.
References startingPoint.
Referenced by FemaxxDriver::calculate_eigenfields(), JDBSYM::jdbsym(), LOBPCG::solve(), and KnyazevLOBPCG::solve().
void initMemCounters | ( | ) |
Definition at line 33 of file MyMemory.cpp.
References startingPoint.
Referenced by FemaxxDriver::calculate_eigenfields().
char* startingPoint |