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
This commit is contained in:
drh
2008-02-18 22:24:57 +00:00
parent f5e7bb513c
commit eee4c8ca11
28 changed files with 207 additions and 128 deletions
+3 -3
View File
@@ -11,19 +11,19 @@
#
# This test script checks that tickets #2784 and #2789 have been fixed.
#
# $Id: mallocE.test,v 1.2 2007/11/23 13:42:53 drh Exp $
# $Id: mallocE.test,v 1.3 2008/02/18 22:24:58 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
source $testdir/malloc_common.tcl
# Only run these tests if memory debugging is turned on.
#
ifcapable !memdebug {
if {!$MEMDEBUG} {
puts "Skipping mallocE tests: not compiled with -DSQLITE_MEMDEBUG..."
finish_test
return
}
source $testdir/malloc_common.tcl
# ticket #2784
#