status-go/vendor/modernc.org/memory
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
..
AUTHORS Add torrent library dependency 2022-04-06 11:48:16 +02:00
CONTRIBUTORS Add torrent library dependency 2022-04-06 11:48:16 +02:00
LICENSE Add torrent library dependency 2022-04-06 11:48:16 +02:00
LICENSE-MMAP-GO Add torrent library dependency 2022-04-06 11:48:16 +02:00
Makefile Add torrent library dependency 2022-04-06 11:48:16 +02:00
README.md Add torrent library dependency 2022-04-06 11:48:16 +02:00
counters.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
memory.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
memory32.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
memory64.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
mmap_unix.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
mmap_windows.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
nocounters.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
trace_disabled.go Add torrent library dependency 2022-04-06 11:48:16 +02:00
trace_enabled.go Add torrent library dependency 2022-04-06 11:48:16 +02:00

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