]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the experimental mem5.c memory allocator. Allocate the content part
authordrh <drh@noemail.net>
Thu, 14 Feb 2008 23:26:56 +0000 (23:26 +0000)
committerdrh <drh@noemail.net>
Thu, 14 Feb 2008 23:26:56 +0000 (23:26 +0000)
commit0d18020b807c861e876e3ad9cc54a05874aacd2e
tree40c11748af1fefd088738ffe62e12fcccc5d860a
parent7663e36c404dfd0bc1520155ab42a3ff24922024
Add the experimental mem5.c memory allocator.  Allocate the content part
of cache pages separately from the header.  (See check-ins (4495) and (4409)). (CVS 4789)

FossilOrigin-Name: 669ece8c82bfa69add852589dd1211751cb26fb2
main.mk
manifest
manifest.uuid
src/mem1.c
src/mem2.c
src/mem3.c
src/mem4.c
src/mem5.c [new file with mode: 0644]
src/pager.c
src/sqliteInt.h