aboutsummaryrefslogtreecommitdiff
path: root/test/mallocB.test
Commit message (Expand)AuthorAge
* Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c.drh2008-02-18
* Where possible, avoid freeing buffers allocated for vdbe memory cells in case...danielk19772008-02-13
* Improved test coverage in date.c. Report an error if a mallocdrh2008-01-17
* Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...danielk19772007-09-12
* Enable threadsafe builds by default in configure. Ticket #2606.drh2007-09-03
* All of the malloc test cases run. Still seeing failures in malloc4.test. (CV...drh2007-08-22
* Fix two obscure memory leaks that can follow a malloc() failure in sqlite3_se...danielk19772007-07-26
* Extend out-of-memory testing with fuzzily generated sql some. One fix for a p...danielk19772007-05-31
* Add some extra tests for malloc failure during expression parsing and executi...danielk19772007-05-30