no MemoryUsage in OP4

This commit is contained in:
Darren Ranalli 2004-07-01 22:31:36 +00:00
parent 88975f5f9d
commit 9082f017d4
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,7 @@ main(int argc, char *argv[]) {
cerr << "File hash is " << hash << "\n";
}
#ifdef DO_MEMORY_USAGE
if (MemoryUsage::is_tracking()) {
file.clear();
MemoryUsage::show_current_types();
@ -137,6 +138,7 @@ main(int argc, char *argv[]) {
file.clear();
MemoryUsage::show_current_types();
}
#endif
return (0);
}