gotosocial/vendor/modernc.org/memory
2025-04-01 16:24:11 +01:00
..
AUTHORS bump modernc.org/sqlite to v1.35.0-concurrency-workaround (#3797) 2025-02-14 16:54:10 +00:00
builder.json bump modernc.org/sqlite to v1.35.0-concurrency-workaround (#3797) 2025-02-14 16:54:10 +00:00
CONTRIBUTORS bump modernc.org/sqlite to v1.35.0-concurrency-workaround (#3797) 2025-02-14 16:54:10 +00: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-LOGO update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958) 2025-04-01 16:24:11 +01: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
logo.png update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958) 2025-04-01 16:24:11 +01:00
Makefile update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958) 2025-04-01 16:24:11 +01:00
memory.go update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958) 2025-04-01 16:24:11 +01:00
memory32.go [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
memory64.go [chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114) 2023-08-16 16:09:50 +01:00
mmap_unix.go update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958) 2025-04-01 16:24:11 +01:00
mmap_windows.go update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958) 2025-04-01 16:24:11 +01:00
nocounters.go [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
README.md update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958) 2025-04-01 16:24:11 +01: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

logo-png

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

Go Reference