GoToSocial/vendor/modernc.org/memory
tobi daf44ac2b7
[chore] Bump database dependencies (#1164)
github.com/uptrace/bun v1.1.8 -> v1.1.9
github.com/uptrace/bun/pgdialect v1.1.8 -> v1.1.9
github.com/uptrace/bun/sqlitedialect v1.1.8 -> v1.1.9
modernc.org/sqlite v1.18.2 -> v1.19.5
2022-11-28 11:19:39 +01:00
..
AUTHORS
CONTRIBUTORS [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
LICENSE
LICENSE-GO
LICENSE-MMAP-GO
Makefile [chore] Bump database dependencies (#1164) 2022-11-28 11:19:39 +01:00
README.md
counters.go
memory.go
memory32.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
memory64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
mmap_darwin.go
mmap_freebsd_32.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
mmap_freebsd_64.go [chore] Bump database dependencies (#1164) 2022-11-28 11:19:39 +01:00
mmap_linux_32.go
mmap_linux_64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
mmap_linux_s390x.go
mmap_netbsd_32.go [chore] Bump database dependencies (#1164) 2022-11-28 11:19:39 +01:00
mmap_netbsd_64.go
mmap_openbsd.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
mmap_unix.go
mmap_windows.go
nocounters.go
trace_disabled.go
trace_enabled.go

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