4 references to AllocOrRealloc
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (4)
117AllocOrRealloc(compressedSize, ref sourceBuf, ref gcSourceBuf); 118AllocOrRealloc(uncompressedSize, ref sinkBuf, ref gcSinkBuf); 259AllocOrRealloc(sourceBufferSize, ref sourceBuf, ref gcSourceBuf); 260AllocOrRealloc(_defaultBlockSize + (_defaultBlockSize >> 1), ref sinkBuf, ref gcSinkBuf);