Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + func CheckXstate(state *byte) error — darwin/amd64, linux/amd64, windows/amd64 + func CompareAndSwapUint32(ptr unsafe.Pointer, old, new uint32) (uint32, error) + func Copy(dst, src unsafe.Pointer, toCopy uintptr) (uintptr, error) + func CopyIn(dst []byte, src unsafe.Pointer) (int, error) + func CopyOut(dst unsafe.Pointer, src []byte) (int, error) + func FindEndAddress(begin uintptr) uintptr + func LoadUint32(ptr unsafe.Pointer) (uint32, error) + func SwapUint32(ptr unsafe.Pointer, new uint32) (uint32, error) + func SwapUint64(ptr unsafe.Pointer, new uint64) (uint64, error) + func ZeroOut(dst unsafe.Pointer, toZero uintptr) (uintptr, error) + type AlignmentError struct + Addr uintptr + Alignment uintptr + func (e AlignmentError) Error() string + type BusError struct + Addr uintptr + func (e BusError) Error() string + type SegvError struct + Addr uintptr + func (e SegvError) Error() string