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