package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Aug 8, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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.
func Protect(b []byte, read, write bool)
Protect modifies the PROT_ flags for a specified byte slice.
Unlock is a wrapper for unix.Munlock().
Source Files
¶
Click to show internal directories.
Click to hide internal directories.