1 reference to AllocAsPointer
InMemory.FunctionalTests (1)
src\Shared\Buffers.MemoryPool\UnmanagedBufferAllocator.cs (1)
73
return new Span<T>(
AllocAsPointer
<T>(count), count);