mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Yengine: try read XEngine state from wire
This commit is contained in:
@@ -452,6 +452,11 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
return newuse;
|
||||
}
|
||||
|
||||
public virtual void AddHeapUse(int delta)
|
||||
{
|
||||
Interlocked.Add(ref heapUsed, delta);
|
||||
}
|
||||
|
||||
public int xmrHeapLeft()
|
||||
{
|
||||
return heapLimit - heapUsed;
|
||||
|
||||
Reference in New Issue
Block a user