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]; 49obj = _pool[position]; 63obj = _pool[stealPosition];