]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the vestigial mem4 and mem6 memory allocators. Add the
authordrh <drh@noemail.net>
Tue, 28 Oct 2008 18:58:20 +0000 (18:58 +0000)
committerdrh <drh@noemail.net>
Tue, 28 Oct 2008 18:58:20 +0000 (18:58 +0000)
commitd1370b6d92b40f546a78ff934178a320d57b55f6
treef1718c00254916ecc576f3740785cfd55235e1aa
parent27c3bd7b734f95fb568bfdbfa5d8b8f51ba031ba
Remove the vestigial mem4 and mem6 memory allocators.  Add the
SQLITE_ZERO_MALLOC compile-time option and the mem0.c module to
handle memory allocation for that case. (CVS 5848)

FossilOrigin-Name: 4651f590f0b8bf13938b2b15d5082136e763af8d
12 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/mem0.c [new file with mode: 0644]
src/mem1.c
src/mem2.c
src/mem4.c [deleted file]
src/mem5.c
src/mem6.c [deleted file]
src/sqliteInt.h
tool/mksqlite3c.tcl