mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
remember heap used by locals
This commit is contained in:
@@ -55,8 +55,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
|
||||
public HeapTrackerBase(XMRInstAbstract inst)
|
||||
{
|
||||
if(inst == null)
|
||||
throw new ArgumentNullException("inst");
|
||||
ArgumentNullException.ThrowIfNull(inst);
|
||||
instance = inst;
|
||||
usage = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user