mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
tidies some things up and removes SOE memory manager overriding
This commit is contained in:
@@ -354,7 +354,6 @@ void JNICALL ScriptMethodsDebugNamespace::profilerStopAccum(JNIEnv *env, jobject
|
||||
void JNICALL ScriptMethodsDebugNamespace::disableGameMemoryDump(JNIEnv *env, jobject self)
|
||||
{
|
||||
UNREF(self);
|
||||
MemoryManager::setReportAllocations(false);
|
||||
NetworkIdManager::setReportObjectLeaks(false);
|
||||
}
|
||||
|
||||
@@ -363,7 +362,6 @@ void JNICALL ScriptMethodsDebugNamespace::disableGameMemoryDump(JNIEnv *env, job
|
||||
void JNICALL ScriptMethodsDebugNamespace::debugMemoryReport(JNIEnv *env, jobject self)
|
||||
{
|
||||
UNREF(self);
|
||||
MemoryManager::debugReport();
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
@@ -371,7 +369,6 @@ void JNICALL ScriptMethodsDebugNamespace::debugMemoryReport(JNIEnv *env, jobject
|
||||
void JNICALL ScriptMethodsDebugNamespace::debugMemoryReportMap(JNIEnv *env, jobject self)
|
||||
{
|
||||
UNREF(self);
|
||||
MemoryManager::debugReportMap();
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user