Skip to content

Releases: caphosra/MemoryLock

MemoryLock v2.0 is now available

09 Sep 03:17
Compare
Choose a tag to compare
  • Implemented MemoryLock.Allocate(out IntPtr, int).
  • Implemented MemoryLock.AsNative<T>(out IntPtr, MemoryAllocationHandle).
  • [Breaking Change] IMemoryAllocater.CopyTo() now returns byte[], not Span<byte>.