mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Revert "update"
This reverts commit 7ac9c55bf1efa23db674dba4f2c7ada7ca344d7d.
This commit is contained in:
parent
5cc2abc9ae
commit
2b14e5448e
3 changed files with 6 additions and 20 deletions
|
|
@ -30,8 +30,6 @@
|
|||
#include "platform/threads/mutex.h"
|
||||
#include "core/module.h"
|
||||
|
||||
#if !defined(TORQUE_DISABLE_MEMORY_MANAGER)
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
|
|
@ -42,8 +40,6 @@
|
|||
#include <ctime>
|
||||
#include <string>
|
||||
|
||||
#endif
|
||||
|
||||
// If profile paths are enabled, disable profiling of the
|
||||
// memory manager as that would cause a cyclic dependency
|
||||
// through the string table's allocation stuff used by the
|
||||
|
|
@ -181,11 +177,11 @@ namespace Memory
|
|||
#endif
|
||||
}
|
||||
|
||||
if (report.find("getDocsLink") != std::string::npos)
|
||||
{
|
||||
//known issue. one off allocation
|
||||
memLog[curRep].skip = true;
|
||||
}
|
||||
//if (report.find("getDocsLink") != std::string::npos)
|
||||
//{
|
||||
// //known issue. one off allocation
|
||||
// memLog[curRep].skip = true;
|
||||
//}
|
||||
|
||||
for (U32 oldRep = start; oldRep < curRep; ++oldRep)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue