4 references to MemoryStreamPool
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinarySaver.cs (1)
201_memPool = new MemoryStreamPool();
DataLoadSave\Binary\CodecFactory.cs (1)
42_memPool = memPool ?? new MemoryStreamPool();
DataLoadSave\Binary\MemoryStreamPool.cs (1)
65Interlocked.CompareExchange(ref _pools[index], new MemoryStreamPool(), null);
Transforms\ValueToKeyMappingTransformer.cs (1)
189Interlocked.CompareExchange(ref _codecFactoryPool, new MemoryStreamPool(), null);