]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An alternative, experimental lookaside memory allocator that uses two
authorsperry <sperry@noemail.net>
Wed, 9 Oct 2019 17:06:38 +0000 (17:06 +0000)
committersperry <sperry@noemail.net>
Wed, 9 Oct 2019 17:06:38 +0000 (17:06 +0000)
commit76190ef8565d5db239f5d4600a5ec233126660b1
tree85a6b9662e04206a64db953d5086a83c185113c6
parentfbd79cc585d62868ccf2e08d44f3f65db744287a
An alternative, experimental lookaside memory allocator that uses two
different slot sizes.

FossilOrigin-Name: 5ba8cee8f710eb2a6844d5de0d975c207e5645754e30211a4cb5a4869248b693
20 files changed:
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/analyze.c
src/build.c
src/fkey.c
src/lookaside.c [new file with mode: 0644]
src/lookaside.h [new file with mode: 0644]
src/main.c
src/malloc.c
src/parse.y
src/prepare.c
src/select.c
src/sqliteInt.h
src/status.c
tool/mksqlite3c-noext.tcl
tool/mksqlite3c.tcl
tool/mksqlite3internalh.tcl