You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gotosocial/vendor/modernc.org/memory
kim b3f2d44143
bump to modernc.org/sqlite v1.29.7 (#2850)
7 months ago
..
AUTHORS bump to modernc.org/sqlite v1.29.7 (#2850) 7 months ago
CONTRIBUTORS bump to modernc.org/sqlite v1.29.7 (#2850) 7 months ago
LICENSE Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 3 years ago
LICENSE-GO [chore] Update bun and sqlite dependencies (#478) 3 years ago
LICENSE-MMAP-GO Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 3 years ago
Makefile [chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114) 1 year ago
README.md Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 3 years ago
builder.json bump to modernc.org/sqlite v1.29.7 (#2850) 7 months ago
counters.go [chore] Update bun and sqlite dependencies (#478) 3 years ago
memory.go [chore]: Bump modernc.org/sqlite from 1.26.0 to 1.27.0 (#2339) 1 year ago
memory32.go [chore] Update all but bun libraries (#526) 3 years ago
memory64.go [chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114) 1 year ago
mmap_darwin.go [chore] Update bun and sqlite dependencies (#478) 3 years ago
mmap_freebsd_32.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2 years ago
mmap_freebsd_64.go [chore] Bump database dependencies (#1164) 2 years ago
mmap_illumos_amd64.go [chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) 2 years ago
mmap_linux_32.go [chore] Update bun and sqlite dependencies (#478) 3 years ago
mmap_linux_64.go [chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114) 1 year ago
mmap_linux_s390x.go [chore] Update bun and sqlite dependencies (#478) 3 years ago
mmap_netbsd_32.go [chore] Update uptrace/bun and modernc/sqlite dependencies (#1598) 2 years ago
mmap_netbsd_64.go [chore] Update bun and sqlite dependencies (#478) 3 years ago
mmap_openbsd.go bump to modernc.org/sqlite v1.29.7 (#2850) 7 months ago
mmap_unix.go bump to modernc.org/sqlite v1.29.7 (#2850) 7 months ago
mmap_windows.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 3 years ago
nocounters.go [chore] Update bun and sqlite dependencies (#478) 3 years ago
trace_disabled.go [chore] Update bun and sqlite dependencies (#478) 3 years ago
trace_enabled.go [chore] Update bun and sqlite dependencies (#478) 3 years ago

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