v0.0.6
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.