1 write to _pool
Microsoft.ML.FastTree (1)
Utils\MappedObjectPool.cs (1)
28
_pool
= pool;
5 references to _pool
Microsoft.ML.FastTree (5)
Utils\MappedObjectPool.cs (5)
30
_inverseMap = Enumerable.Range(0,
_pool
.Length).Select(x => -1).ToArray(
_pool
.Length);
31
_lastAccessTime = new int[
_pool
.Length];
49
obj =
_pool
[position];
63
obj =
_pool
[stealPosition];