Cross-platform wrapper for memory-related system calls.
Find a file
2019-09-30 14:09:26 +01:00
.cirrus.yml Initial commit 2019-08-01 10:53:53 +01:00
go.mod Update doc strings 2019-08-16 16:49:10 +01:00
go.sum Update doc strings 2019-08-16 16:49:10 +01:00
LICENSE Initial commit 2019-08-01 10:53:53 +01:00
memcall.go Update doc strings 2019-08-16 16:49:10 +01:00
memcall_freebsd.go update error metadata 2019-08-11 13:13:46 +01:00
memcall_openbsd.go patch: define MAP_CONCEAL locally until it is defined upstream 2019-09-30 14:09:26 +01:00
memcall_osx.go update error metadata 2019-08-11 13:13:46 +01:00
memcall_test.go Add test for correct prot flag constructors 2019-08-08 16:23:53 +01:00
memcall_unix.go update error metadata 2019-08-11 13:13:46 +01:00
memcall_windows.go update error metadata 2019-08-11 13:13:46 +01:00
README.md Update doc strings 2019-08-16 16:49:10 +01:00

memcall

Cirrus CI GoDoc Go Report Card

This package provides a cross-platform wrapper over some common memory-related system calls.

Please report any issues that you experience.