Releases: caphosra/MemoryLock
Releases · caphosra/MemoryLock
MemoryLock v2.0 is now available
- Implemented
MemoryLock.Allocate(out IntPtr, int)
.
- Implemented
MemoryLock.AsNative<T>(out IntPtr, MemoryAllocationHandle)
.
- [Breaking Change]
IMemoryAllocater.CopyTo()
now returns byte[]
, not Span<byte>
.