Print heap memory usage statistics before exit (host version).

This commit is contained in:
Ruben Ayrapetyan
2014-07-25 19:09:10 +04:00
parent d90dccde9a
commit 5e4078095a
4 changed files with 63 additions and 51 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ main( int __unused argc,
}
}
mem_heap_print( false);
mem_heap_print( true, false, true);
return 0;
} /* main */