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