gatus/vendor/modernc.org/memory
2021-10-03 22:15:20 -04:00
..
AUTHORS #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
CONTRIBUTORS #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
counters.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
LICENSE #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
LICENSE-MMAP-GO #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
Makefile Update dependencies 2021-10-03 22:15:20 -04:00
memory32.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
memory64.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
memory.go Update dependencies 2021-10-03 22:15:20 -04:00
mmap_unix.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
mmap_windows.go Update dependencies 2021-10-03 22:15:20 -04:00
nocounters.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
README.md #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
trace_disabled.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00
trace_enabled.go #136: Start working on database persistence 2021-07-18 17:29:08 -04:00

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