package
0.15.0
Repository: https://github.com/alvarolm/memguard.git
Documentation: pkg.go.dev

# Functions

Alloc allocates a byte slice of length n and returns it.
DisableCoreDumps disables core dumps on Unix systems.
Free unallocates the byte slice specified.
Lock is a wrapper for unix.Mlock(), with extra precautions.
Protect modifies the PROT_ flags for a specified byte slice.
Unlock is a wrapper for unix.Munlock().