Lines Matching refs:memory
13 # an out-of-memory situation. When compiled with -DSQLITE_DEBUG=1,
17 # due to an out-of-memory situation.
26 # Only run these tests if memory debugging is turned on.
35 # Do a couple of memory dumps just to exercise the memory dump logic
48 error "out of memory"
241 if {$rc eq "SQLITE_NOMEM"} {error "out of memory"}
245 # error "out of memory"
294 error "out of memory"
352 # If an out-of-memory occurs within a call to a VFS layer function during
356 if {$msg eq "database disk image is malformed"} { set msg "out of memory" }
373 if {$msg=="SQLITE_NOMEM"} {set msg "out of memory"}
411 error "out of memory"
418 error "out of memory"
421 error "out of memory"
462 error "out of memory"
510 error "out of memory"
579 # If an out-of-memory occurs within a call to a VFS layer function during
583 if {$msg eq "database disk image is malformed"} { set msg "out of memory" }
653 # Test that no memory is leaked following a malloc() failure in
662 error "out of memory"
873 # This test case was causing either a memory-leak or an assert() failure