mem report cleanups

ditch reporting ram adresses. it complicates comparisons
remove console filtering
spool report std::atexit
sort report by magnitude, then frequency
This commit is contained in:
AzaezelX 2025-05-19 05:59:36 -05:00
parent 2a9aa3a9d5
commit aeea20f078
2 changed files with 18 additions and 30 deletions

View file

@ -256,12 +256,6 @@ S32 TorqueMain(S32 argc, const char **argv)
if( StandardMainLoop::requiresRestart() )
Platform::restartInstance();
#if defined( TORQUE_ENABLE_ASSERTS ) && !defined( TORQUE_DISABLE_MEMORY_MANAGER )
Memory::shutdown();
#endif
// Return.
return StandardMainLoop::getReturnStatus();
}