2 references to AllocateMemoryChunk
System (2)
net\System\Net\_ScatterGatherBuffers.cs (2)
28
currentChunk =
AllocateMemoryChunk
(totalSize > Int32.MaxValue ? Int32.MaxValue : (int) totalSize);
77
MemoryChunk newChunk =
AllocateMemoryChunk
(count);