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