gotosocial/vendor/modernc.org/memory
tobi b344c2c8f4
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)
* [chore] Update bun from 1.1.10 -> 1.1.12

* [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
2023-03-06 11:00:53 +01:00
..
AUTHORS
CONTRIBUTORS
counters.go
LICENSE
LICENSE-GO
LICENSE-MMAP-GO
Makefile [chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) 2023-03-06 11:00:53 +01:00
memory.go
memory32.go
memory64.go
mmap_darwin.go
mmap_freebsd_32.go
mmap_freebsd_64.go
mmap_illumos_amd64.go [chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) 2023-03-06 11:00:53 +01:00
mmap_linux_32.go
mmap_linux_64.go
mmap_linux_s390x.go
mmap_netbsd_32.go [chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) 2023-03-06 11:00:53 +01:00
mmap_netbsd_64.go
mmap_openbsd.go
mmap_unix.go [chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) 2023-03-06 11:00:53 +01:00
mmap_windows.go
nocounters.go
README.md
trace_disabled.go
trace_enabled.go

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