Skip to content

v0.0.6

Choose a tag to compare

@veikkoeeva veikkoeeva released this 11 Jul 05:36
· 7 commits to main since this release
5aa2f74

Adds Lumoin.Base.MemoryProtection: the OS-twin locked-memory implementation of the NativeBackingAllocator seam (VirtualLock on Windows, mlock plus best-effort MADV_DONTDUMP on Linux and Android, mlock on Apple platforms and FreeBSD). Pure P/Invoke into kernel32 and libc with zero native assets; resolves glibc, Apple, FreeBSD and musl C libraries. Details in CHANGELOG.md.