周玉环 d906a41c2e first commit 2 日 前
..
AUTHORS d906a41c2e first commit 2 日 前
CONTRIBUTORS d906a41c2e first commit 2 日 前
LICENSE d906a41c2e first commit 2 日 前
LICENSE-GO d906a41c2e first commit 2 日 前
LICENSE-MMAP-GO d906a41c2e first commit 2 日 前
Makefile d906a41c2e first commit 2 日 前
README.md d906a41c2e first commit 2 日 前
counters.go d906a41c2e first commit 2 日 前
memory.go d906a41c2e first commit 2 日 前
memory32.go d906a41c2e first commit 2 日 前
memory64.go d906a41c2e first commit 2 日 前
mmap_darwin.go d906a41c2e first commit 2 日 前
mmap_freebsd_32.go d906a41c2e first commit 2 日 前
mmap_freebsd_64.go d906a41c2e first commit 2 日 前
mmap_illumos_amd64.go d906a41c2e first commit 2 日 前
mmap_linux_32.go d906a41c2e first commit 2 日 前
mmap_linux_64.go d906a41c2e first commit 2 日 前
mmap_linux_s390x.go d906a41c2e first commit 2 日 前
mmap_netbsd_32.go d906a41c2e first commit 2 日 前
mmap_netbsd_64.go d906a41c2e first commit 2 日 前
mmap_openbsd.go d906a41c2e first commit 2 日 前
mmap_unix.go d906a41c2e first commit 2 日 前
mmap_windows.go d906a41c2e first commit 2 日 前
nocounters.go d906a41c2e first commit 2 日 前
trace_disabled.go d906a41c2e first commit 2 日 前
trace_enabled.go d906a41c2e first commit 2 日 前

README.md

memory

Package memory implements a memory allocator.

Build status

available at https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fmemory

Installation

$ go get modernc.org/memory

Documentation: godoc.org/modernc.org/memory