6450c60b61
In order to improve performance and help prevent crashes due to the outstanding fork crash bug: https://github.com/golang/go/issues/15658 Replace string parsed values from the sysctl command with native reads of sysctl values using unix.SysctlRaw and unix.SysctlUint32. This also merges OpenBSD and FreeBSD load implementations which are identical. |
||
---|---|---|
.. | ||
mem.go | ||
mem_darwin.go | ||
mem_darwin_cgo.go | ||
mem_darwin_nocgo.go | ||
mem_darwin_test.go | ||
mem_fallback.go | ||
mem_freebsd.go | ||
mem_linux.go | ||
mem_openbsd.go | ||
mem_openbsd_amd64.go | ||
mem_solaris.go | ||
mem_test.go | ||
mem_windows.go | ||
types_openbsd.go |