]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.
authordrh <drh@noemail.net>
Mon, 18 Feb 2008 22:24:57 +0000 (22:24 +0000)
committerdrh <drh@noemail.net>
Mon, 18 Feb 2008 22:24:57 +0000 (22:24 +0000)
commiteee4c8ca112eeb614444bf6f649552dd89603916
tree2867e73d08e315397ac28484b9ab475fc8da3e35
parentf5e7bb513c0c661a15bf83fef4c459c52f8edcac
Add the memory fault simulator to mem5.c.  Enable soft heap limit on mem5.c.
Limit the size of hash tables and the vdbefifo when using mem5.c. (CVS 4795)

FossilOrigin-Name: 63da5d97542e4f54c33329833477c8d96ce05dd0
28 files changed:
manifest
manifest.uuid
src/hash.c
src/mem5.c
src/pager.c
src/sqliteInt.h
src/tclsqlite.c
src/test1.c
src/test_malloc.c
src/vdbeaux.c
src/vdbefifo.c
test/malloc.test
test/malloc2.test
test/malloc3.test
test/malloc4.test
test/malloc5.test
test/malloc6.test
test/malloc7.test
test/malloc8.test
test/malloc9.test
test/mallocA.test
test/mallocB.test
test/mallocC.test
test/mallocD.test
test/mallocE.test
test/mallocF.test
test/mallocG.test
test/malloc_common.tcl