5 instantiations of UnmanagedBufferAllocator
Microsoft.AspNetCore.Server.HttpSys (5)
HttpSysListener.cs (1)
315using UnmanagedBufferAllocator allocator = new();
RequestProcessing\Response.cs (1)
663UnmanagedBufferAllocator allocator = new();
RequestProcessing\ResponseBody.cs (3)
143UnmanagedBufferAllocator allocator = new(); 347UnmanagedBufferAllocator allocator = new(); 669UnmanagedBufferAllocator allocator = new();
10 references to UnmanagedBufferAllocator
Microsoft.AspNetCore.Server.HttpSys (10)
HttpSysListener.cs (1)
315using UnmanagedBufferAllocator allocator = new();
RequestProcessing\Response.cs (4)
279internal unsafe uint SendHeaders(ref UnmanagedBufferAllocator allocator, 486private unsafe void SerializeHeaders(ref UnmanagedBufferAllocator allocator, bool isOpaqueUpgrade) 607internal unsafe void SerializeTrailers(ref UnmanagedBufferAllocator allocator, out HTTP_DATA_CHUNK dataChunk) 663UnmanagedBufferAllocator allocator = new();
RequestProcessing\ResponseBody.cs (4)
143UnmanagedBufferAllocator allocator = new(); 190private unsafe void BuildDataChunks(scoped ref UnmanagedBufferAllocator allocator, bool endOfRequest, ArraySegment<byte> data, out Span<HTTP_DATA_CHUNK> dataChunks, out Span<GCHandle> pins) 347UnmanagedBufferAllocator allocator = new(); 669UnmanagedBufferAllocator allocator = new();
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (1)
29/// Instantiate an <see cref="UnmanagedBufferAllocator"/> instance.