# 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().