a few changes on yengine heap control

This commit is contained in:
UbitUmarov
2022-03-09 21:04:47 +00:00
parent aa164b1bcb
commit 0e5abf6bc1
5 changed files with 37 additions and 25 deletions

View File

@@ -87,7 +87,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
m_StackLeft = stackSize;
m_HeapSize = heapSize;
m_localsHeapUsed = 0;
m_arraysHeapUsed = 0;
m_CompilerErrors = errors;
m_StateFileName = GetStateFileName(scriptBasePath, m_ItemID);
@@ -901,7 +900,6 @@ namespace OpenSim.Region.ScriptEngine.Yengine
glblVars.iarSDTClObjs = XMRInstArrays.noSDTClObjs;
glblVars.iarSDTIntfObjs = XMRInstArrays.noSDTIntfObjs;
AddArraysHeapUse(heapsz);
CheckRunLockInvariants(true);
}