2 references to GetSpan
InMemory.FunctionalTests (2)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (2)
53
Span<byte> alloc =
GetSpan
(toAlloc, out bool mustCommit);
89
Span<byte> buffer =
GetSpan
(maxAlloc, out bool mustCommit);