gotosocial/vendor/modernc.org/memory
kim a156188b3e
[chore] update dependencies, bump to Go 1.19.1 (#826)
* update dependencies, bump Go version to 1.19

* bump test image Go version

* update golangci-lint

* update gotosocial-drone-build

* sign

* linting, go fmt

* update swagger docs

* update swagger docs

* whitespace

* update contributing.md

* fuckin whoopsie doopsie

* linterino, linteroni

* fix followrequest test not starting processor

* fix other api/client tests not starting processor

* fix remaining tests where processor not started

* bump go-runners version

* don't check last-webfingered-at, processor may have updated this

* update swagger command

* update bun to latest version

* fix embed to work the same as before with new bun

Signed-off-by: kim <grufwub@gmail.com>
Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
2022-09-28 18:30:40 +01:00
..
AUTHORS [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
CONTRIBUTORS [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
counters.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
LICENSE Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
LICENSE-GO [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
LICENSE-MMAP-GO Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
Makefile [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
memory.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
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 [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
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] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
mmap_linux_32.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
mmap_linux_64.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
mmap_linux_s390x.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
mmap_netbsd_32.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
mmap_netbsd_64.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
mmap_openbsd.go [chore] update dependencies, bump to Go 1.19.1 (#826) 2022-09-28 18:30:40 +01:00
mmap_unix.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
mmap_windows.go Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
nocounters.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
README.md Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
trace_disabled.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
trace_enabled.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02: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