RecyclableMemoryStreamManager.Events.MemoryStreamNewLargeBufferCreated method
October 6, 2021 · View on GitHub
Logged when a new large buffer is created.
public void MemoryStreamNewLargeBufferCreated(long requiredSize, long largePoolInUseBytes)
| parameter | description |
|---|---|
| requiredSize | Requested size. |
| largePoolInUseBytes | Number of bytes in the large pool in use. |
See Also
- class Events
- namespace Microsoft.IO