Lines Matching refs:malloc

12 # This file contains tests to ensure that the library handles malloc() failures
63 # paragraphs. These tests test the behaviour of the system when malloc() fails
65 # handling of malloc() failures within ancillary procedures is tested
71 # malloc() failure may occur within any stage. If a memory allocation fails
91 # If a malloc() fails while executing an sqlite3_reset() call, this is handled
100 # The effect of a malloc failure on concurrently executing SQL statements,
102 # the malloc() failure mandates statement rollback only. Currently, if
121 # transient malloc() calls in btree.c, which can occur during the tree-balance
123 # after the malloc() fails. To avoid the corrupt tree being read by a
148 # behaviour of the system when malloc() fails during preparation or
150 # the Nth malloc is said to fail. The statement is executed until it
191 # back any active transaction if malloc() fails. It must rollback the statement
197 # malloc() fails, and the sql statement itself.
221 # Warm body test. A malloc() fails in the middle of a CREATE TABLE statement
260 # TABLE statement didn't test. A few of the transient malloc()s in btree.c
273 # these statements don't have any obvious malloc() related bugs in them. Note
521 # Test what happens when a malloc() fails while there are other active
619 # Successful execution of sql. The number of failed malloc()
621 # Otherwise a malloc() failed and the error was not reported.
625 error "Unreported malloc() failure, test \"$testid\", $expr"
685 # run the tests with "persistent" malloc failures.
698 # the new connnection. Then run the tests with "transient" malloc failures.